mtaggart
Posts: 97
Score: 0 Joined: 1/20/2006 Status: offline
|
First off, computers are not assigned to a Management Pack, but are assigned to Computer Groups that are then assigned to Rule Groups. Computers are also not assigned to a Notification group, but rather the Rule group contains Alert rules that link them to the Notification Groups. As such, you would need to export the Alert Rules for each of the related Rule groups. You can use this SQL query to export the list of computer groups that are assigned to a computer: SELECT ComputerGroupName FROM dbo.SDKComputerToComputerGroupView where ComputerName = "COMPUTERNAME"
|