Related Articles
SCOM – Save a Connection String for Use in a PowerShell Script
Sometimes it is necessary to store certain information in a (secure) way, like a connection string, which you might want to use in your PowerShell scripts. The scripts could be then used e.g for the Command Notification Channel. Let’s assume you need to connect to a foreign system and this system provides you with a […]
Do you need a .NET application immediately?
Are you sometimes getting nervous and anxious to try new features? But there is always this step before you can start where you have to fulfill pre-requisites in your lab environment until you can start. I is a pain in the ***…this happened to me. There is this lovely DinnerNow application on codeplex, but have […]
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 […]