Procmon is a useful tool if you want to trace file system, registry or network activity on a high level. Now assume you want to run a procmon trace but you are not sure when the specific event you want to trace happens and how long it takes to finish. In many cases you cannot…
Read More →Category: Powershell
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 →