Category: Powershell

PowerShell and Scheduling
By: Date: December 11, 2016 Categories: Powershell,Scheduled Task

With this post I aim to show how to create a Windows Scheduled Task using powershell with the basic modules by using the COM Objects (Schedule.Service) of Windows. In the second part of my post I will show how to use powershell and SQL Server Management Objects (SMO) to create an SQL Agent job with multiple steps using powershell…

Read More →