Related Articles
System Center Universe DACH/Europe (SCU DACH) – FAQ
Have you ever heard of the famous System Center Universe (SCU) hosted by Catapult Systems? If not then it’s about time to visit http://www.systemcenteruniverse.com and check out the excellent content. After talking to Catapult Systems we decided to bring this great event to Europe. We are now in the planning phase, talking to partners, speakers, […]
OMS – Disconnect Azure Storage Account from Workspace
In OMS you are able to collect data from storage account? Why is this useful? Well, there times where you want to store data from different Azure sources for a longer time than provided by Azure itself and then dig into the data using OMS. For example you are able to store IIS Logs, Windows […]
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 […]