The most recent content from our members.
Trying to use the following script (based on the 'Groups' example in the SDK) to add groups based on Nodes.Location and a CustomProperty != if (! (Get-PSSnapin | where {$_.Name -eq "SwisSnapin"})) { Add-PSSnapin "SwisSnapin" }# Connect to SWIS $hostname = "localhost" $username = "username here" $password = "password here"…
It looks like you're new here. Sign in or register to get started.