November 13th, 2013

PowerTip: Enable PowerShell Remoting with Public Network

Doctor Scripto
Scripter

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 

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.