Related Articles
SCOM – Silect Software / Infront Consulting MP University Recordings
On August 12, Silect Software and Infront Consulting hosted a webinar about MP authoring with all the big shots in the management pack authoring space. I did also attend the webinar and the content was just awesome. If you mist the event, you are able to watch the recordings on YouTube. All of these guys […]
Quick Post – Get Cmdlet Related DLL
In some situation you are running a cmdlet, but you have no idea where it is stored. I mean you don’t know to which “*.dll” it belongs to or maybe you want to know some more details about the command. A very easy way to figure this out for the Get-AzureRmResource cmdlet… (Get-Command Get-AzureRmResource).DLL …as […]
SCOM 2012 – Export Grey Agents using Powershell
There was a request in the TechNet forum to get all grey agents in SCOM 2012 using Powershell and export the Displayname and HealthState into a file. Because I haven’t seen a solution I thought I will share these few lines of code maybe you can use them also. #Import the OperationsManager module Import-Module OperationsManager […]