Browse by Tags

All Tags » operations manager » opsmgr (RSS)
Over on the System Center Forum site HERE , I posted a challenge late in 2008 HERE . Basically, I'm challenging anyone to come up with some kind of automation scenario for Operations Manager 2007 that they think I can't automate. Of course there...
Posted by get-powershellblog
I've got a new post up HERE on the System Center Forum site. The title is "Advanced example using PowerShell and the OpsMgr SDK: Creating and Updating Groups". I basically translate a post from Jakub Olesky HERE . I'm going to do a few...
Another guest blog on the System Center Forum site HERE . I discuss an odd scenario where some OpsMgr Command Shell commands produce an object with a NoteProperty property type. I briefly talk about what a NoteProperty is in PowerShell, then I I show...
I've started doing some guest blogging on the great System Center Forum site . My first post is HERE . I'm doing a series on OpsMgr automation using a simple example like the Command Shell's get-agent cmdlet. I'm going to attempt to show...
Reported on MS Connect HERE . I view this more as an issue. Please vote if you come across this problem by following the link above. There is a bit more information if you follow the link also. Summary: ---------------------- When a maintenance window...
Reported on Microsoft Connect HERE . See the summary below. Go to the above link to view the full details. I added this more as feedback versus adding it as an issue (it isn't an actual "trouble"). Please use the above link to vote on the...
This has been available online for several months, but I wanted to add a link to it on my blog. Roger Sprague from the OpsMgr team did this great into video on the Command Shell HERE . Definitely worth watching for people new to the OpsMgr Command Shell...
I've seen a few OpsMgr Command Shell users posting scripts that use the get-alert cmdlet. I've seen a few references, where people are using the format: get-alert|where-object{some_criteria} When this format is used, get-alert retrieves *all*...