Forum Discussion

oldyguy's avatar
oldyguy
Copper Contributor
Jun 11, 2022
Solved

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...
  • Newbie_Jones's avatar
    Jun 15, 2022
    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

Resources