search
Categories
Sponsors
VirtualMetric Hyper-V Monitoring, Hyper-V Reporting
Archive
Blogroll

Badges
MCSE
Community

Cozumpark Bilisim Portali
How to add Powershell scripts as a Cronjob in Task Scheduler?
Posted in Windows Powershell, Windows Server | No Comment | 20,886 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