The most recent content from our members.
So, I'm trying to get a SWIS query going from powershell. The goal at first is to basically read data via SWIS and I'm using $cred = New-Object System.Management.Automation.PSCredential ($login, $pass)$swis = Connect-Swis -host $hostname -cred $cred to pass my password to the script and connect, no problems there. However,…
It looks like you're new here. Sign in or register to get started.