Forum Discussion
oldyguy
Jun 11, 2022Copper Contributor
Is it possible to launch a browser with task scheduler as system account?
Hi everyone, I hope you can help: Is it possible to launch a browser, to open a web page that works in get mode using powershell on task scheduler, running as system account to avoid screen upd...
- Jun 15, 2022Does it really need to open the browser?
Can you use Invoke-WebRequest directly from PowerShell?
https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/invoke-webrequest?view=powershell-7.2
Newbie_Jones
Jun 15, 2022Brass Contributor
Does it really need to open the browser?
Can you use Invoke-WebRequest directly from PowerShell?
https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/invoke-webrequest?view=powershell-7.2
Can you use Invoke-WebRequest directly from PowerShell?
https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/invoke-webrequest?view=powershell-7.2
- oldyguyJun 15, 2022Copper Contributorhi Newbie_Jones it looks promising... I'm starting to think I'm reinventing the wheel because I'm a rookie on all this web mumbo-jumbo
I'll post my results asap, thx a lot.- oldyguyJun 17, 2022Copper Contributorhi Newbie_Jones & Harm_Veenstra, I'm glad to report that Invoke-WebRequest did the job as a charm and I'm about to finish my project, thank you for your help!