
Enable-PSRemoting (Microsoft.PowerShell.Core) - PowerShell
This cmdlet is only available on the Windows platform. The Enable-PSRemoting cmdlet configures the computer to receive PowerShell remote commands that are sent by using the …
about_Remote - PowerShell | Microsoft Learn
Sep 29, 2025 · Note To use PowerShell remoting, you must configure the local and remote computers for remoting. For more information, see about_Remote_Requirements.
PowerShell remoting - PowerShell | Microsoft Learn
Mar 26, 2025 · PowerShell offers several ways to run commands against remote computers. In the last chapter, you explored how to remotely query WMI using the CIM cmdlets. PowerShell …
PowerShell Remoting FAQ - PowerShell | Microsoft Learn
Contains questions and answers about running remote commands in PowerShell.
Running Remote Commands - PowerShell | Microsoft Learn
Dec 9, 2025 · Explains the methods for running commands on remote systems using PowerShell.
Security Considerations for PowerShell Remoting using WinRM
Dec 9, 2025 · This document covers security concerns, recommendations, and best practices when using PowerShell Remoting.
Enter-PSSession (Microsoft.PowerShell.Core) - PowerShell
The Enter-PSSession cmdlet starts an interactive session with a single remote computer. During the session, the commands that you type run on the remote computer, just as if you were …
Error 0x80090322 when connecting PowerShell to a remote server …
Jan 15, 2025 · Provides a resolution to the 0x80090322 error when connecting PowerShell to a remote server.
Making the second hop in PowerShell Remoting - PowerShell
Dec 9, 2025 · This article explains the various methods for configuring second-hop authentication for PowerShell remoting, including the security implications and recommendations.
PowerShell Remoting Over SSH - PowerShell | Microsoft Learn
Sep 8, 2025 · PowerShell remoting normally uses WinRM for connection negotiation and data transport. SSH is now available for Linux and Windows platforms and allows true multiplatform …