Related Articles
OMS – Agent for Linux Troubleshooting Help
In my previous post I introduced the OMS Agent for Linux. This time I would like to give you some troubleshooting starting points. There are countless possibilities for errors to occur, so it is nice to have at least a consolidated list where to find a log or configuration file. This should give you a […]
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 […]
Quick Post – SCOM Script Monitor Customizing Alert Name
This time I needed to build a two-state script monitor to test several file shares for availability. The script works in multiple steps… Try to access the shared folder Create a file within the share Check if the file exists Delete the file If one of the tests above would fail, we need to get […]