How to find match the GUID to an Opsmgr agent
Start SQL management Studio, connect to the OperationsManager Database and run the following query
Select * from BaseManagedEntity where BaseManagedEntityID = ‘first guid in the alert’
In our case the query is Select * from BaseManagedEntity where BaseManagedEntityID = ‘D7463D6E-F334-40C3-3A86-C68A77D36BF8 ‘
Thx to Yann Gainche.
Greetz,
Alkin
Leave a comment