Related Articles
MMS 2012 Download Sessions – Offline Viewing
Here I just created a script to download the MMS 2012 sessions for offline viewing . There are few things you will need: Create a login account here http://www.mms-2012.com/digitalmms Get the script and the session file from here UPDATE (26.04.2012): I uploaded the latest sessions.txt file to skydrive which I received from Eric. It contains […]
SCOM 2012 – Getting SCOM SNMP Device Properties in PowerShell
Have you ever tried to access a network device respectively network device properties in SCOM using PowerShell? Let’s say you want to access the network device’s IP address, vendor or description for using in a script? Well, I am sure you will run into a problem which you probably don’t expect. You might think, easy, […]
Azure Policy – Add Date/Time Resource Group Tag
Have you ever tried to figure out the creation date of a resource group in Azure? As easy it may sound as difficult it is. I needed a timestamp, because I wanted to do some automation. So first I expected to see a timestamp in Azure Resource Graph. Well, this did not work and a […]