The Operations Manager inventory utility from Microsoft is a command line utility that also is a graphical user interface or GUI that collects current OpsMgr 2007 inventory information for the Management server it is executed on. It then saves the results into a Cab file name that you specify.
Note: The Cab file can be opened with WinZip or WinRar.
To use the utility after you download it from the directory in which the utility is extracted to run the following from a command prompt:
MomInventory /Silent /CabFile:C:\fileName.Cab
This will begin the GUI interface that creates an EventLog and Profile directory as well as creates an Inventory.Xml file which includes information about your Management server. The Inventory.Xml file include the following information among other items:
Windows Installer Information.
MOM File Information.
MOM Registry Information.
MOM Server Configuration.
Current running process.
The utility then copies the following MOM log files to the Profile directory and then creates a PrereqReport.Xl file:
MOM0.log
MOMPerfCtrsInstall.log
The following Event logs are also copied to the EventLog directory:
Application.evt
Operations Manager.evt
Security.evt
System.evt
Windows PowerShell.evt
The utility can also be executed by running the fowling VBS Script:
VBS Script:
strCabName = InputBox ("Enter File Name")
Set oShell = CreateObject("WScript.Shell")
strCommand = oShell.Run("MomInventory /Silent /CabFile:" & strCabName & ".Cab", 0, True)
Note: You do not have to enter the .Cab file extension however you must enter the File Name as in the example here: C:\MyFile
Operations Manager Inventory Download
http://www.microsoft.com/downloads/details.aspx?familyid=10e79763-6906-4f44-86c6-fbabb0bf1b9f&displaylang=en
No Comments