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...