Microsoft Virtualization Discussions
Microsoft Virtualization Discussions
Where is all the documentation for all cmdlets with parameter descriptions?
Solved! See The Solution
Get-Help works just fine without the "-Online" switch. The help isn't plublished to a URL, so there's no place for it to retrieve the information from. As @JGPSHNTAP noted, there's a number of places to view the help:
And, of course, you can use "Get-Help $cmdlet", with all the normal parameters (Full, Examples, etc...except Online).
Hope that helps.
Andrew
show-nchelp, get-nchelp, get-nahelp,show-nahelp.
Interesting. Not your average powershell module.. get-help get-ncvol -online would have been more along the powershell rules I did notice another post asking the same question after I posted this. The nchelp cmdlets are not intuitive even for very well versed PS users unless you review every single cmdlet in the module.
Thanks.
Get-Help works just fine without the "-Online" switch. The help isn't plublished to a URL, so there's no place for it to retrieve the information from. As @JGPSHNTAP noted, there's a number of places to view the help:
And, of course, you can use "Get-Help $cmdlet", with all the normal parameters (Full, Examples, etc...except Online).
Hope that helps.
Andrew