Hey, we use Citrix App Layering to create the image. We had to open the, so called, platform layer and this solve the issue. During the investigation we found that this is recommended by citrix.
Event ID 1058 Processing of Group Policy failed.Windows attempted to read file \\domain.com\SysVol\ domain.com \Policies\{xx}\gpt.ini from domain controller and was not successful
Hello all,
Since a few weeks we observe more and more the phenomenon that GPOs are not processed after the start of a Windows Server 2016. In the process of troubleshooting, we noticed that a gpupdate /force brings an error message stating that \domain\Sysvol etc. would not be accessible. If I check this, I find out that I actually don't have access to the UNC path. However, if you wait a certain amount of time (30-60 minutes), the situation returns to normal and, in addition to functional access, GPO retrieval also works again.
There are also no entries in the event log that indicate an error of a service. Therefore I am looking for some advice here.
Cheers
Windows Server
3 additional answers
Sort by: Most helpful
-
Anonymous
2021-09-23T15:44:51.753+00:00 Please run;
Dcdiag /v /c /d /e /s:%computername% >C:\dcdiag.log
repadmin /showrepl >C:\repl.txt
ipconfig /all > C:\dc1.txt
ipconfig /all > C:\dc2.txt
ipconfig /all > C:\dc3.txt
then put
unzipped
text files up on OneDrive and share a link. -
Limitless Technology 39,901 Reputation points
2021-09-23T18:29:25.887+00:00 Hello @CptRetro
Do check out the below link, where similar issues have been discussed and resolved
-----------------------
--If the reply is helpful, please Upvote and Accept as answer--
-
CptRetro 501 Reputation points
2021-10-01T11:15:11.207+00:00 Hello all, sorry for my late response. I spent a hole lot of time and it went out, that Citrix Applayering was the cause of that issue. With every new OS Layer it is necessary to open and close the Platform Layer. This solve the problem. Thanks guys