Enabling PowerShell Remoting per Host
All versions of Windows Desktop Operating Systems, and Windows Server 2008, do not have PowerShell Remoting enabled by default. It can be enabled on each Host individually by following these steps:
- On the destination Host, run PowerShell as an Administrator
- Now type Enable-PSRemoting –Force
Running this command performs the following:
- Sets the 'Windows Remote Management' service to Automatic (delayed), and starts it
- Enables a HTTP listener
- Adds a firewall exception