The most recent content from our members.
I'm attempting to run a discovery profile that imports all "up" volumes and interfaces and then a series of Get-SwisData and Remove-SwisObject to only keep the ones our organization cares about. About half way through the Remove-SwisObject, I end up getting the following error: Remove-SwisObject : Access to…
Trying to script delete of nodes. Works in the QA environment and fails in PRD. Get the URI here: if (-not (Get-PSSnapin | where {$_.Name -eq "SwisSnapin"})) { Add-PSSnapin "SwisSnapin";}$swis = Connect-Swis -host SolarWindsOrionServer -UserName 'REDACTED' -Password 'ALSO_REDACTED'$a = Get-SwisData $swis 'SELECT Uri FROM…
so this code and error I am getting. I'm pretty sure that -SwisConnection $swis is not the issue since I can query the database using this connection. $SWNodeURI = swis://[my server]/Orion/Orion.Nodes/NodeID=4332 PS C:\Users\[blahblahblah]> Remove-SwisObject -SwisConnection $swis -Uri $SWNodeURI Remove-SwisObject : Object…
It looks like you're new here. Sign in or register to get started.