Categories
Archive
Blogroll

Microsoft PowerShell MVP

Cozumpark Bilisim Portali
How to add Powershell scripts as a Cronjob in Task Scheduler?
Posted in Windows Powershell, Windows Server | No Comment | 3,608 views | 06/05/2009 23:18

You can add your powershell scripts to Task Scheduler as a cronjob. Just use:

1
cmd.exe /c "Powershell D:\www\google.com.tr\logs.ps1"

Simply I used cmd.exe to execute powershell script.



Leave a Reply