Browse by Tags

WMUG

WMUG
Windows Management User Group Community blogs
Tagged Content List
  • Blog Post: Query Web application Performance data

    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 stats in our BSM system and also so I can store...
  • Blog Post: Query SCOM entity state

    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 out there already. You could of course use the notification...