Systtem Center Operations Manager 2012 R2

Hi All,

I want to know if there is a way to convert the hexadecimal value for health service naming convention to the hostname.

So, i am trying to do is in the alert description the alert says "Agent Proxy needs to be enabled" on the server , but i am not able to change the healthServiceID to health service name , how we can do that? Any help will be really great.

Regards,

May 24th, 2015 3:48am

Hi,

Could you please post a screenshot?

Free Windows Admin Tool Kit Click here and download it now
May 25th, 2015 6:00am

either use powershell as below by replacing <GUID ID> with the GUID ID you have.

(Get-MonitoringObject -id '<GUID ID>').DisplayName

or if you have access to the SQL databsse, you can use the below

select DisplayName, Path, basemanagedentityid from basemanagedentity where basemanagedentityid = '<GUID ID>'




May 26th, 2015 9:45pm

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

Other recent topics Other recent topics