I have seen a number of questions about open the Ops Mgr console with a definite view. If you want to do that you can run the Microsoft.MOM.UI.Console.exe command with the /viewname switch. To get the viewname you can follow some tips in this post or you can look in the management pack XML code. If [...]
Posts Tagged ‘Ops Mgr R2’
Microsoft.MOM.UI.Console.exe /viewname
Posted: 2nd January 2009 by Anders Bengtsson in System Center Operations Manager 2007Tags: Ops Mgr, Ops Mgr R2, The Console
1
Query a database with a monitor
Posted: 20th December 2008 by Anders Bengtsson in Scripts, System Center Operations Manager 2007Tags: Ops Mgr, Ops Mgr R2, Script, System Center
I have seen a number of questions about how to run queries against a database and verify the answer. One way is to run a script inside a monitor. In this blog I wrote how to setup a script in a two state monitor. The script in this post will count number of fields, if there are more then five, [...]