Hi All,
I've two SCOM servers installed in two different machines and SCOM will have some alerts. I want to connect the two so that one acts as top tier and other one as lower tier. The top tier will show all the alerts from the lower tier in the connected alerts. From there I'm passing the alerts to external system for processing. I want to establish the tiering programmatically using the SCOM 2012 API. I know of method
TieringManagement.AddTier Method (String, ManagementGroupConnectionSettings, SecureData, Boolean)
Help me how can I achieve this by using the above method.
Thanks in advance.
viRa