PowerTip: Enable PowerShell Remoting with Public Network

Doctor Scripto

Summary: Learn how to use Windows PowerShell 3.0 to enable Windows PowerShell remoting on a network adapter that has a public network profile.

Hey, Scripting Guy! Question How can I enable Windows PowerShell remoting on my system if the network adapter has a public firewall profile?

Hey, Scripting Guy! Answer Beginning with Windows PowerShell 3.0, you can use the Enable-PSRemoting cmdlet
          with the –SkipNetworkProfileCheck parameter:

Enable-PSRemoting -SkipNetworkProfileCheck 

0 comments

Discussion is closed.

Feedback usabilla icon