GPO não aplicado, gpresult / R OK - tarefa agendada não criada

4

Eu fiz um GPO que faz uma tarefa agendada. Esta tarefa agendada acessa um compartilhamento de rede para executar um programa PowerShell que excluirá alguns emails no Outlook. Script está OK.

É um GPO de usuário.

Quandoeuinicioumgpupdate/force,atarefaagendadanãoaparece,masoGPOpareceserexecutadoemgpresult/R.Funcionaapenasquandomeconectoaocomputadorcomumusuáriocomdireitosdeadministradornocomputador.

id4098OusuáriodoelementoGPOnãofoiaplicadoporqueoerro0x80070005foinegado.

Aquiamensagemdeerrointeira(emfrancês)

Alguma ideia? obrigado.

    
por Alex Lum 20.02.2017 / 15:45

1 resposta

4

Encontrou o problema.

Usado isto: link .

To avoid this issue, do not enable the "Run in logged-on user’s security context (user policy option)” Common option when configuring user GPP Scheduled Tasks items.

The security context under which the Scheduled Task will run once it has been deployed can be specified in the General settings tab when creating the User GPP Scheduled Task item:

User Configuration\Preferences\Control Panel Settings\Scheduled Tasks\New\"Scheduled Task (Windows Vista and later)"

General:

Security Options -> "When running the task, use the following user account:"

By default, this is set to: %LogonDomain%\%LogonUser%

This is where the security context under which the scheduled task will run should be configured.

    
por 20.02.2017 / 17:30