Comments
-
Good Day Would it be possible to have your EMAIL so than i can send all the captions per interface privately Thanks
-
Good Day Would it be possible to have your EMAIL so than i can send all the captions per interface privately Thanks
-
Good Day. below is the script that i am currently using Param($valuenumber) Add-PSSnapin SwisSnapin $swis = Connect-Swis -Hostname ******* -Username admin -Password ******** $discovered = Invoke-SwisVerb $swis Orion.NPM.Interfaces DiscoverInterfacesOnNode $valuenumber if ($discovered.Result -ne 'Succeed') { Write-Host…
-
Good Day please see below script that i am currently using Param($valuenumber) Add-PSSnapin SwisSnapin $swis = Connect-Swis -Hostname ****** -Username admin -Password ******* $discovered = Invoke-SwisVerb $swis Orion.NPM.Interfaces DiscoverInterfacesOnNode $valuenumber if ($discovered.Result -ne 'Succeed') { Write-Host…