Hello, when i tried to run the following cmdlet 'Get-NetIPConfiguration'I get the following error:
Get-NetIPConfiguration : The term 'Get-NetIPConfiguration' is not recognized as the name of a cmdlet, function, script
file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct
and try again.
At line:1 char:1
+ Get-NetIPConfiguration
+ ~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Get-NetIPConfiguration:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
I can confirm:
- I am running powershell as "Run as Administrator" locally on the laptop
- I have powershell version 3.0 installed as mentioned in PSVersionTable
- I have admin rights to my machine
- I am running Windows 7 64-bit Enterprise
- I have RemoteSigned execution Policy
- I can run any other powershell file with no problem
Can someone assist?
Many thanks.