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

Filed under:
|

image

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 Make Your Laptop Choose a Wired Connection Instead of Wireless
HTG Explains: What Is Two-Factor Authentication and Should I Be Using It?
HTG Explains: What Is Windows RT and What Does It Mean To Me?


© How to geek or respective owner

Related posts about Windows

Related posts about Command Line