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 on your task scheduler libray you can set when to request your url…

AC.

This entry was posted in Windows and tagged , , , . Bookmark the permalink.

Comments are closed.