June 2009 - Posts
Ever wonder which Management Pack you stored a particular group in? Here’s the answer. ForEach ($Group in get-MonitoringObjectGroup) {If ($Group.DisplayName -eq " <group_name> ") {get-MonitoringClass | where {$_.Id -eq $Group.Id.ToString()}
Read More...
In this series, I’m going to talk about multiple Management Groups sharing a single Data Warehouse. I’ll try to clarify two common questions that come out of this scenario. Part 1 – Operations Manager Reporting Instance Where do these components
Read More...
Came across an issue today that was really just a matter of me not reading the fine print. I figured a quick post on this could help someone with the same issue. The problem While attempting to install a database using DBCreateWizard , I was receiving
Read More...