Windows user rights administrator group

1.9k views Asked by At

I'm running into the same problem again and again for ages so I decided to ask my question here :

I added a service account "ZYX" into the Administrators group of my Windows 2K8 Server.

Whenever I try to run a scheduled task (running as "ZYX") that modifies a file located under a folder where the Administrators group has full control, my PowerShell script always gets "Access to the path xxxxxxx is denied".

When I check the effective permissions of my service account on this folder, it is written that it is granted every single permission.

I found two ways to overcome the situation, but I find this really ugly :

  • Running the scheduled task with highest privileges
  • Add the service account "ZYX" with full control in the folder Security part.

Im starting believing my service account only gets the rights inherited from the Administrators group when the shell runs in elevated mode.

Can someone explain me why Windows manages the rights like this ?

Do you have any better solution for this ?

Thanks

0

There are 0 answers