How to discover monitors in discovery?

ServiceNow Dev1
Tera Contributor

How to discover monitor in discovery?

1 ACCEPTED SOLUTION

PrashantLearnIT
Giga Sage

Hi,

Why would Discovery discover Monitors? - They do not have an IP Address connection. They are just physical peripherals on a device - desktop or laptop? These would also not be configuration items - but assets. An asset is not the same as a configuration item.

Monitors are generally considered “end-user devices” in ServiceNow Discovery, so they should get discovered by SCCM. But please have a check on your instance and if you have the CI Class as “Computer” then just try a simple quick discovery with the IP address.

 

Thanks,

Prashant Kumar

********************************************************************************************************
Please appreciate the efforts of community contributors by marking the appropriate response as the correct answer and helpful. This may help other community users to follow the correct solution in the future.

********************************************************************************************************
Cheers,
Prashant Kumar
ServiceNow Technical Architect


Community Profile LinkedIn YouTube Medium TopMate
********************************************************************************************************

View solution in original post

8 REPLIES 8

johnhardesty_wo
Giga Expert

Prashant;

Why would Discovery discover Monitors ? - They do not have an IP Address connection. They are just physical peripherals on a device - desktop or laptop ?


These would also not be configuration items - but assets. An asset is not the same as a configuration item

dnnsrnhrdt
Kilo Expert

Hi,

you can try to get the information about connected monitors via an extra step during the discovery process (e.g with PowerShell - https://devblogs.microsoft.com/scripting/use-powershell-to-discover-multi-monitor-information/) and then use this information to create monitor assets and/or link them to a computer asset.

Best,

Dennis

Or just execute the necessary wmi queries in the extension section, most likely dont have to go the full powershell scripting piece, the pattern will take care of all that for them.

Ankan Mukherje1
Giga Expert
Hello Prashant, Monitors generally considered as “end user devices” in ServiceNow Discovery,so it should get discovered by SCCM. But please have a check on your instance and if you have the CI Class as “Computer” then just try a simple quick discovery with the IP address. Please let me know if that worked or not. If yes,then please mark my answer as “helpful/correct”. Thanks!!