SCOM Subscription ID Display Name
SCOM 2007 R2 - The notifications include a subscription ID (like 15f1a18c-2a08-205d-c83e-c9aedb8ee395).
Does anybody know what's thje variable which represents the Display name and other properties of a subsciption which i can add to the notifications ?
TIAPrakash
July 29th, 2010 4:24am
Hello Prakash,
Run the following command from a Command Shell prompt to return the DisplayName for this Notification Subscription
Get-NotificationSubscription -id <GUID> | ft DisplayName
Replace <GUID> with the GUID you posted here.
Thanks,Yog Li -- Please remember to click Mark as Answer on the post that helps you, and to click Unmark as Answer if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
Free Windows Admin Tool Kit Click here and download it now
August 2nd, 2010 2:07pm
Thanks - i knew how to get using the cmdlet. The question is is there a variable which can be included in the notification subscription (Similar to $Entity/DisplayName$ etc.) that will automatically put the appropriate id in the alert being sent
over a specific subscription. Prakash
August 2nd, 2010 2:46pm
Did you get a working solution to this question? I am trying to do the same thing, I believe. I would like the name of the Subscription sent in the email notification.
Free Windows Admin Tool Kit Click here and download it now
May 10th, 2011 12:53pm
i don't remember exactly but i had gotten some hints from this spreadsheet..
http://blogs.technet.com/b/kevinholman/archive/2009/09/23/alert-notification-subscription-variables-and-linking-that-to-the-console-database-and-sdk.aspx
Prakash
May 10th, 2011 1:22pm


