dragec

Comments

  • hmm ... this should be better code Add-PSSnapin SwisSnapin Set-ExecutionPolicy RemoteSigned $creds = Get-Credential $swis = connect-swis -Credential $creds -Hostname host swis1 = $swis $temp = get-SwisData $swis "SELECT N.uri, I.IPAddress FROM Orion.NodeIPAddresses I INNER JOIN Orion.Nodes As N on I.nodeid = N.nodeid WHERE…
  • agree. I am new user, and would like to see filtering. I have lots of interfaces, but monitor just part of them, and every discovery makes me problems with that.
  • so .... will this work? Add-PSSnapin SwisSnapin Set-ExecutionPolicy RemoteSigned $creds = Get-Credential $swis = connect-swis -Credential $creds -Hostname host swis1 = $swis get-SwisData $swis "SELECT N.uri, I.IPAddress FROM Orion.NodeIPAddresses I INNER JOIN Orion.Nodes As N on I.nodeid = N.nodeid WHERE N.Caption like…
  • I solved it using custom property import