Answers for "attach a task in taskscheilar using powershell"

0

attach a task in taskscheilar using powershell

$Action = New-ScheduledTaskAction -Execute 'pwsh.exe' -Argument '-NonInteractive -NoLogo -NoProfile -File "C:\MyScript.ps1"'
Posted by: Guest on April-09-2021

Code answers related to "attach a task in taskscheilar using powershell"

Browse Popular Code Answers by Language