Related Articles
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 […]
Azure Log Analytics – Cross Workspace Query Resolve Workspace ID
At Ignite 2017 Microsoft introduced a new functionality in Azure Log Analytics (ALA) to write queries across workspaces. This has been a long awaited feature for many customers. Why? Let’s imagine you want to provide IT services for customers and you would like to keep data separated for each customer in its own workspace. At […]
SCOM – Friday Rules WMI Event Rule (Alert)
As promised here another short video from my “Friday Rules” series on creating SCOM monitoring rules. This time I will show you, how you can monitor the creation of local groups on your server using the WMI Event (Alert) rule. Have fun!