Network Device Monitoring

Hi,

I have added around 130 Network Device for the Monitoring from SCOM 2012 R2...

But i want to export all the network devices added in Network discovery rule so that if required i can import that list at any time..

Also i am looking for the sample bulk .csv file so that i can add the network devices in bulk for the discovery and monitor

July 14th, 2015 2:34am

Hi, check this

http://www.bictt.com/blogs/bictt.php/2015/03/13/scom-2012-importing-a-list

but use Class with

DisplayName                    Name
-----------                    ----
Node                           System.NetworkManagement.Node

and property '[System.NetworkManagement.Node].SNMPAddress'.Value

like

get-scomclass -Displayname "Node" | get-scomclassinstance | select @{Label="IPAddress";Expression={$_.'
[System.NetworkManagement.Node].SNMPAddress'.Value}} | Export-CSV -NoTypeInformation FilePath

Free Windows Admin Tool Kit Click here and download it now
July 14th, 2015 11:41am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics