StarWindX

Software-based VM-centric and flash-friendly VM storage + free version

Moderators: anton (staff), art (staff), Anatoly (staff), Max (staff)

Post Reply
jerry.firebaugh
Posts: 1
Joined: Fri Jan 25, 2013 2:30 pm

Fri Jan 25, 2013 6:09 pm

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.
User avatar
anton (staff)
Site Admin
Posts: 4021
Joined: Fri Jun 18, 2004 12:03 am
Location: British Virgin Islands
Contact:

Sat Jan 26, 2013 12:04 pm

Kind of strange as we don't throw help files there. We'll check everything. Could you please let me know what do you try to automate?
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.
Regards,
Anton Kolomyeytsev

Chief Technology Officer & Chief Architect, StarWind Software

Image
User avatar
Alex (staff)
Staff
Posts: 177
Joined: Sat Jun 26, 2004 8:49 am

Mon Jan 28, 2013 10:08 am

Jerry,
You can get this help from PowerShell:
List all cmdlets from StarWindX module:

Code: Select all

Get-Command -Module StarWindX
Get help on specific cmdlet:

Code: Select all

Get-Help <cmdlet_name> -full
For example, to get help on creating ImageFile device, run:

Code: Select all

Get-Help New-ImageFile -full
You'll get syntax for the command, description for all parameters and a small example.
Best regards,
Alexey.
Post Reply