Here you will find information on how to open the OpsMgr 2007 Operations Console from the command line.
From time to time you may find that you need to start or run the OpsMgr 2007 Operations console from a script such as a Vbs, Asp or PowerShell script using command line options. You can also create shortcuts to the Operations Console as well and place them on your desktop.
To start the Operations Console form the Run command type:
Microsoft.MOM.UI.Console.Exe
Or you can use the fully qualified path as in:
C:\Program Files\System Center Operations Manager 2007\Microsoft.MOM.UI.Console.Exe
Below you will find the command line syntax that can be access by running: Microsoft.MOM.UI.Console.Exe /?
Command Line Syntax:
Microsoft.MOM.UI.Console.Exe {/Option[:Value]}
Option
Description
/?
Shows this help window
/ClearCache
Clear the UI cache
/Server:<ServerName>
Connect to the specified server
/ViewName:<ViewName>
Display a view
/TaskName:<TaskName>
Run a task
/TaskTarget:<ObjectId>
Use in conjunction with /Task
/ManagementPack:<MpName>
Use in conjunction with /TaskName and ViewName options
No Comments