Forum Discussion
Ksquared_AU
Jun 07, 2019Copper Contributor
Powershell v's Task Scheduler
Weird one. I have a power shell script that emails a PDF . Script works fine when running in isolation (email and attachment are received). How ever when the script is run from task scheduler, onl...
Darrick
Jun 11, 2019Copper Contributor
Why are you running a scheduled task with domain admin privileges?
That is not a good practice.