netsh doesn't provide commands
- by Petr Marek
According to Netsh Commands for Wired Local Area Network (LAN) in Windows Server 2008 and Windows Server 2008 R2, netsh should provide commands such as
netsh add profile filename="profile.xml" interface="Local Area Connection"
but that's an unknown command for my netsh.
Even if I enter
netsh show /?
it shows me only two options: 'show alias' and 'show helper'. Maybe some library/modules or something is missing?
I tested with admin permissions in PowerShell.