Tag Archives: taskscheduler

Windows Scheduler website automation

If you need to automate the requesting of a web site on windows as there is no “wget” like in linux you can use the powershell… So to call it from a scheduled task or command simply use:powershell.exe “Invoke-Webrequest ‘https://somesite.com/?someaction=somevalue’”Then … Continue reading

Posted in Windows | Tagged , , , | Comments Off on Windows Scheduler website automation