MS SQL query to get Subscription list from Operations Manager

Hi Experts,

Is there anyway get Subscription list from Operations Manager DB using SQL query?  I lost subscription list, and need to create subscription as it was. Very urgent.

Thanks in advance.

Regards

Karthick M

February 13th, 2015 6:34am

Hi,If it's just a subscription list so you can query

SELECT Displayname FROM [OperationsManager].[dbo].[RuleView] where Category = 'Notification'

Free Windows Admin Tool Kit Click here and download it now
February 13th, 2015 10:27am

Hi,If it's just a subscription list so you can query

SELECT Displayname FROM [OperationsManager].[dbo].[RuleView] where Category = 'Notification'

February 13th, 2015 6:26pm

Hi,If it's just a subscription list so you can query

SELECT Displayname FROM [OperationsManager].[dbo].[RuleView] where Category = 'Notification'

  • Proposed as answer by Jeff (Netwrix) Tuesday, February 17, 2015 12:46 PM
Free Windows Admin Tool Kit Click here and download it now
February 13th, 2015 6:26pm

Hi,

Hope the powershell command Get-SCOMNotificationSubscription can be helpful for you:

Get-SCOMNotificationSubscription

Retrieves a list of notification subscriptions.

https://technet.microsoft.com/en-us/library/hh918490(v=sc.20).aspx

Regards,

Yan Li

February 14th, 2015 9:53pm

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

Other recent topics Other recent topics