Operations Manager Command Shell Main Menu
Welcome to TechNet Blogs Sign in | Join | Help

June 2009 - Posts

In which Management Pack is this Group Stored?
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...
Multiple Management Groups, Single Data Warehouse (part 1)
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...
DBCreateWizard Fails – CLR20r3
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...
Page view tracker