Question: PowerShell task scheduler my PowerShell script uses a function that needs a parameter, is there a way I can feed the parameter through task scheduler.
PowerShell task scheduler
my PowerShell script uses a function that needs a parameter, is there a way I can feed the parameter through task scheduler. It didn't work when I simply put it at the end of argument section in the Actions tab
Add arguments: PowerShell -noprofile -ExecutionPolicy Bypass -File "filepath" -selection "Data"
the -selection is what I am trying to feed through the task scheduler.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
