How to add subscription name in the SCOM channel dynamically

we can add the subscription ID in the channel using the web console parameter .But I need the subscription name in the channel .So that when I see the SCOM email alert , I can get the email subscription name directly instead of the subscription ID

I’m pretty sure you can’t do this using regular SCOM channels, it’s not part of the Context variables you can use (cf. https://blogs.technet.microsoft.com/kevinholman/2007/12/12/adding-custom-information-to-alert-description-s-and-notifications/ )

You could create one channel per subscription, or use maybe use a command notification channel that would use powershell get the subscription name from it’s ID

1 Like