Remoting (PowerShell Remoting)
PowerShell Remoting is a feature in PowerShell that lets
administrators run commands on remote systems. Built on Web Services for Management protocol,
PowerShell Remoting offers a reliable framework for managing computers in a network.
PowerShell Remoting connects an administrator's local PowerShell session with a session running
on a remote system. The commands are entered in the local system, sent to a remote computer and
executed locally. The remote system then sends the results back to the local system. Windows
Remote Management is used to run authentication and communication during this process.
Contributor(s): Toni Boger
This was last updated in February 2013
Email Alerts
Register now to receive SearchWindowsServer.com-related news, tips and more, delivered to your inbox.
By submitting you agree to receive email from TechTarget and its partners. If you reside outside of the United States, you consent to having your personal data transferred to and processed in the United States.
Privacy
More News and Tutorials
-
Wondering how to get PowerShell to read XML files? Our expert explains a few methods you could use.
-
A PowerShell workflow may be one of the most talked about features in PowerShell v3, but that doesn't mean admins know how to use it.
-
One of the most common PowerShell questions is how to format the output so it's more presentable. Our expert offers some insight.
-
Articles
-
Resources from around the Web