This is it, I redacted out usernames, passwords, and parts of the IP addresses with X's. Import-Module StarWindX try { $server = New-SWServer -host 127.0.0.1 -port 3261 -user XXX -password XXXXX $server.Connect() $firstNode = new-Object Node $firstNode.HostName = "XX.XX.0.21" $firstNode.Im...