Summary: Learn how to use Windows PowerShell 3.0 to enable Windows PowerShell remoting on a network adapter that has a public network profile.
How can I enable Windows PowerShell remoting on my system if the network adapter has a public firewall profile?
Beginning with Windows PowerShell 3.0, you can use the Enable-PSRemoting cmdlet
with the –SkipNetworkProfileCheck parameter:
Enable-PSRemoting -SkipNetworkProfileCheck