Home
»
WMUG
»
SteveSystems
»
May, 2008
May, 2008
WMUG
Windows Management User Group Community blogs
Get this RSS feed
Options
Email Blog Author
RSS for posts
OK
Tags
Invalid SQL Class invalid provider
Microsoft System Center Operations Manager 2007
performance
query
SCOM
SCOM Opsmgr vbscript logical disk dirty bit volume
SCVMM 2008 System Center Virtual Machine Manager
state
WMI Probe Module Execution Failure
SteveSystems
RSS for posts
Social
Tweet
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Query Web application Performance data
Posted
over 5 years ago
by
Steve
0
Comments
I wrote this stored proc below to get a value and time sampled for a specific Web application rule ' Base Content Size'. The purpose of this was twofold, firstly to grab the actual value from SCOM so I can use it in other systems e.g. to use the...
Query SCOM entity state
Posted
over 5 years ago
by
Steve
0
Comments
Here's another useful query, this gets the current state and date of last change for a specified object (basemanagedentity). I used this one to get state change information out of SCOM into another management product where there's no connector...
Extracting Performance data from SCOM Tables
Posted
over 5 years ago
by
Steve
0
Comments
I needed to get values out of SCOM for some specific performance collection rules and couldn't find one anywhere else so I wrote this one below. This might be useful to anyone else having to do the same so here it is. To use this query in your own...