The Latest Gartner® Magic Quadrant™Hyperconverged Infrastructure Software
Moderators: anton (staff), art (staff), Anatoly (staff), Max (staff)
jerry.firebaugh wrote:I've been teaching myself how to use StarWindX. I noticed that the help link that is created under the StarwindX Powershell start menu does not open a StarWindX help file. I found the help file in c:\windows\system32\WindowsPowerShell\v1.0\Modules\StarWindX\en-US\. I was able to decipher the command line syntax using the StarWindX.psm1-help.xml file.
Code: Select all
Get-Command -Module StarWindX
Code: Select all
Get-Help <cmdlet_name> -full
Code: Select all
Get-Help New-ImageFile -full