How to disable and enable SQL jobs using Windows PowerShell.

In this article we use Windows PowerShell to enable and disable SQL jobs running on Microsoft SQL Server. Problem being solved: Usually to disable or enable SQL jobs, I would open the Microsoft SQL Server Management Studio console > navigate to SQL Server Agent > Job Activity Monitor[double click it]... [Read More]

Install the Centrify Agent For Windows and join the Windows machine to a Zone using a single PowerShell Script

This blog post show cases remote installation and configuration of software using a single PowerShell script leveraging the WSManCredSSP to get past the second hop hurdle in PowerShell remoting. The post below focuses on installing proprietary software, but the fundermental PowerShell concepts can be used to install any other software/packages... [Read More]