[msmom] using OPSMgr for server documentation [7asg0kyu]
From: admin@lists.myITforum.com [mailto:admin@lists.myITforum.com] On Behalf Of Pete Zerger
Sent: Monday, December 29, 2008 5:59 PM
To: msmom@lists.myitforum.com
Subject: Re: [msmom] using OPSMgr for server documentation
Ethan,
This can be a bit involved in Powershell. We demonstrate a server inventory report for Dell Servers in the following post in a series on exploring discovered inventory with Powershell. Some notes on what you'd have to do for VM guests running Windows is below.
You can simply replace the following string in the example
"where {$_.Name -like 'Dell.*' }"
where {$_.Name -match 'Microsoft.Windows.Server.2003.OperatingSystem' }"
and view the output of this, where you will find several properties populated, but some items, such as processor and disk details not in this class. To retrieve a full server inventory, you would have to retrieve the properties of the object classes of interest hosted by the Windows OS. More simply replace the class name to create a separate inventory for given servers for items such as logical disk.
Regards,
Pete Zerger, MS-MVP - Operations Manager 2007
Founder, System Center Forum: http://www.systemcenterforum.org
Founder System Center Virtual User Group http://www.systemcenterusergroup.com
On Mon, Dec 29, 2008 at 2:18 PM, Froese, Ethan <FroeseE@missouri.edu> wrote:
I've been investigating different methods to help automate the documentation of our file servers. Since most of our physical are Dells, I've been using their OMReport tool (works on Linux too) but this doesn't do much for our Virtual servers. I've looked at SYDI as well but it's a bit limiting in regards to the output (management wants the output to look a certain way).
With the expectation that MS will soon release a client for Linux servers, is anyone out there using Opsmanager 2007 (reporting or powershell) to document servers? I'm looking for pretty simple stuff like number of CPU's, Hard drive documentation, memory – real basic stuff.
Thanks
Ethan Froese
==============
Missed an email? Check out the list archive:
http://myitforum.com/cs2/blogs/momlist/
==============
Missed an email? Check out the list archive:
http://myitforum.com/cs2/blogs/momlist/
Trackbacks
No Trackbacks
Comments
No Comments