Browse by Tags
All Tags »
PowerShell (RSS)
Here's another interesting one for you. What I wanted was a way to track what scripts are executed by the Operations Manager Agent on a box as this would help in fine tuning some of the rules/monitors which were configured to run very frequently.
Read More...
Here's a cool tip from Ritesh Grover, one of our top support engineers on our Operations Manager team. If you're looking for a script to quickly get a list of the computers that are in Maintenance Mode then this should do the trick: ======== To
Read More...
Some of our folks out in the field got together and put up a fantastic OpsManager website out at http://www.opsmanjam.com and if you haven't seen it already you should definitely check it out. They're posting unofficial management packs, management
Read More...
Overview In lesson 1 and lesson 2 we looked at the Where-Object cmdlet. The example we looked at was: Get-Service | Where-object {$_.status -like "running"} Notice that the cmdlet takes a comparison operation as a parameter. This
Read More...
Overview: In the previous lesson , we looked at use of the Where-Object cmdlet. The example we looked at was: Get-Service | Where-object {$_.status -like "running"} We observed that this cmdlet made use of variables, comparison operators
Read More...
Overview Everyone should be aware by now that Windows PowerShell is the latest scripting environment for managing and maintaining Windows servers, workstations and applications. This cube note provides a brief introduction to PowerShell resources and
Read More...