Search found 2 matches

by johnk
Fri Oct 10, 2014 7:27 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: Create HA target using Powershell
Replies: 11
Views: 21878

Re: Create HA target using Powershell

Found an example Import-Module StarWindX try { $server = New-SWServer -host 10.1.6.161 -port 3261 -user root -password starwind $server.Connect() $firstNode = new-Object Node $firstNode.ImagePath = "My computer\C\hastorage4" $firstNode.ImageName = "haimage4" $firstNode.Size = 102...