StarWind and Powershell
Posted: Sun Apr 12, 2020 12:54 pm
Hi,
I refresh my Home lab during this containment period.
I would like to deploy and configure StarWind with Powershell.
On a Windows 2019 test server, I have deployed a StarWind Virtual San Free V8.0.13481.
I try to found a tech document on managing StarWind with Powershell. The only documents I found are the PDFs on the C:\Program Files\StarWind Software\StarWind\StarWindX\Help. Those documents are very light. If found a reference to a StarWindX.chm but I don't find it.
So I try the Get-Help, but it seems that there is a issue to list all functions. The list stop on Get-SWXInstance.
Can somebody help me?
Take care.
Mathieu
I refresh my Home lab during this containment period.
I would like to deploy and configure StarWind with Powershell.
On a Windows 2019 test server, I have deployed a StarWind Virtual San Free V8.0.13481.
I try to found a tech document on managing StarWind with Powershell. The only documents I found are the PDFs on the C:\Program Files\StarWind Software\StarWind\StarWindX\Help. Those documents are very light. If found a reference to a StarWindX.chm but I don't find it.
So I try the Get-Help, but it seems that there is a issue to list all functions. The list stop on Get-SWXInstance.
Code: Select all
PS C:\Windows\system32> get-help starwindx
Name Category Module Synopsis
---- -------- ------ --------
Add-HADevice Function StarWindX Creating New High Availability Device
Add-IBVDevice Function StarWindX Creating new thin-provisioned virtual device
Add-ImageDevice Function StarWindX Creating a new virtual device (ImageFile device).
Add-RamDevice Function StarWindX Creating a RAM disk
Add-VirtualTape Function StarWindX Add a new Virtual Tape to the existing Virtual Tape Library
Add-VirtualTapeLibrary Function StarWindX Creates a Virtual Tape Library
Enable-SWXLog Function StarWindX Enable StarWindX log
Get-SWXInstance Function StarWindX Get StarWindX object instance
Take care.
Mathieu