Hi there,
Access Denied indicates that you reached the resource, but for whatever reason, your access level/permissions were insufficient.
Make sure Authenticated Users were listed and have Read permission of SYSVOL folder. Also, make sure there is no Deny permission in the SYSVOL ACL list.
To schedule a Group Policy refresh to run on all computers in an OU by using the GPMC
https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-r2-and-2012/jj134201(v=ws.11)
-------------------------------------------------------------------------------------------------------------------------------------
--If the reply is helpful, please Upvote and Accept it as an answer--
I use group policy management console, then on OU I click Group Policy Update.
On administrator Powershell when I did: Invoke-GPUpdate –computer pc01 -force
then I don't get any error.
I did not mention it but you ran the command
Invoke-GPUpdate –computer pc01 -force
remotely from the computer where you run the GPMC ?I run this command on domain controller, and use group policy update from domain controller also.
Do you have a GroupPolicy folder under Microsoft/Windows in the task Scheduler when you check locally on one of your remote computer ?
Regards,
Sign in to comment