How do you give the SYSTEM account the rights to run Get-Acl Set-Acl commands among others that require special privileges?

W

Whateverisay

I have a Task in task scheduler that does Get-acl and Set-Acl. My administrator account can run the task perfectly fine with the same command task settings but with SYSTEM the script does nothing. I have verified that the script in itself works by replacing the Get-Acl Set-Acl command with other commands while still running the task as SYSTEM.I cant think of a place where i haven't given the SYSTEM account full control, The account is a member of the Administrators group and is a part of the "Log in as a batch job" GPO setting. Is there any way to give the SYSTEM account the rights to run

Continue reading...
 
Back
Top Bottom