How to Enable Powershell Remoting
Enable-PSRemotingConfigures the computer to receive remote commands.
SyntaxParameter Set: DefaultEnable-PSRemoting [-Force] [-SkipNetworkProfileCheck] [-Confirm] [-WhatIf] [ <CommonParameters>]
Detailed DescriptionTheEnable-PSRemotingcmdlet configures the computer to receive Windows PowerShell remote commands that are sent by using the WS-Management technology.
On Windows ServerĀ® 2012, Windows PowerShell remoting is enabled by default. You can use Enable-PSRemoting to enable Windows PowerS...