Related Articles
SCOM – TechEd 2014 North America (Houston)
If you were missing the “Friday Rules” series it was because I had been quite busy. Thanks to my company itnetx, which allowed me to go to TechEd North America, I was able to get the latest trends about Microsoft technologies. Since there is no Microsoft Management Summit (MMS) anymore, Microsoft merged the content […]
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 […]
PowerShell – Create “Clean” Custom Objects From DataTable Object
I recently had a need to create “clean” PowerShell custom objects out of a DataTable object. What does that mean? Well, let me explain. When you try to get data out of SQL Server using PowerShell there are many ways to do it. Either you use Invoke-SQLCmd, SQL Server PowerShell (SQLPS), SQL Server Management Objects […]