netsh doesn't provide commands
Posted
by
Petr Marek
on Server Fault
See other posts from Server Fault
or by Petr Marek
Published on 2012-08-30T22:02:38Z
Indexed on
2012/11/02
17:08 UTC
Read the original article
Hit count: 419
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.
© Server Fault or respective owner