Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NetMonkey.ps1 #1

Open
mytts opened this issue Mar 20, 2017 · 1 comment
Open

NetMonkey.ps1 #1

mytts opened this issue Mar 20, 2017 · 1 comment

Comments

@mytts
Copy link

mytts commented Mar 20, 2017

on win 7:
PS C:\Windows\System32> Get-NetIPAddress
Get-NetIPAddress : The term 'Get-NetIPAddress' 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, verif
that the path is correct and try again.
At line:1 char:1

  • Get-NetIPAddress
  •   + CategoryInfo          : ObjectNotFound: (Get-NetIPAddress:String) [], CommandNotFoundException
      + FullyQualifiedErrorId : CommandNotFoundException
    
    

PS C:\Windows\System32> $PSVersionTable

Name Value


PSVersion 5.0.10586.117
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.10586.117
CLRVersion 4.0.30319.36373
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1

@mytts
Copy link
Author

mytts commented Mar 20, 2017

on line 570

    $defaultDisplayPropertySet = New-Object System.Management.Automation.PSPropertySet(‘DefaultDisplayPropertySet’,[string[]]$defaultDisplaySet)

‘DefaultDisplayPropertySet’ should be
'DefaultDisplayPropertySet'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant