How to Run PowerShell Commands on Remote Computers
Posted
by Chris Hoffman
on How to geek
See other posts from How to geek
or by Chris Hoffman
Published on Fri, 22 Jun 2012 10:00:42 GMT
Indexed on
2012/06/22
15:20 UTC
Read the original article
Hit count: 269
Windows
|Command Line
PowerShell Remoting allows you to run individual PowerShell commands or access full PowerShell sessions on remote Windows systems. It’s similar to SSH for accessing remote terminals on other operating systems.
PowerShell is locked-down by default, so you’ll have to enable PowerShell Remoting before using it. This setup process is a bit more complex if you’re using a workgroup – for example, on a home network — instead of a domain.
© How to geek or respective owner