Related Articles
Azure Monitor – Modify Alerts Using Logic App
I am a big fan of Azure Monitor and Azure in general. What I like is the service offers, the flexibility, standards and the chance that you can build basically anything you want – the limit is your imagination. In terms of flexibility I have a nice example which was bothering me for some time. […]
SCOM 2012 – Operations Manager 2012 Sizing Helper Tool
Microsoft just released the new Operations Manager 2012 Sizing Helper Tool. There was a similar Tool (basically it is an Excel sheet) for SCOM 2007 R2. But now there is also some guidance on Best Practices Disk Configuration, SQL Temp DB, High Availability and Network Monitoring. This tool can be found here .
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 […]