Home Service Manager

Identifying Notification Subscriptions by GUIDS

Karen_Bruster1Karen_Bruster1 Member IT Monkey ✭

Hello,

I have a alert that keeps coming to me from SCOM about one of my Notification subscriptions ID {18846EDA-A4E4-4E19-B942-598AB5CC6180}, that either fails the RunAs Logon Type Check or the Grooming workflow doesn't run.

How can identify which Notification Subscription it is so I can try to troubleshoot it. I am a base beginner in SQL.

Karen

Answers

  • Adam_DzyackyAdam_Dzyacky Product Owner Contributor Monkey ✭✭✭✭✭
    edited February 2018
    You should be able to use the Get-SCOMNotificationSubscription powershell cmd-let to retrieve this. For example:

    Get-SCOMNotificationSubscription -id "18846EDA-A4E4-4E19-B942-598AB5CC6180" -computername "mgmtServerNameHere"

Sign In or Register to comment.