Hi there,
When booting a Windows 10 machine (Lenovo laptop) GPOs are not loaded. Of course I can apply them later on via gpupdate /force.
When I have a look into the system log I get always an error in there with the ID 1058. Checking the error code in the details says: Network access is denied (error code 65).
It tries to access a gpt.ini file from the policies but does not get through.
When I restart the computer, click the link in the error message I get an error that the file cannot be accessed. Nevertheless after about 30 seconds the access to the file just works.
For me it seems that there is a service pending start which is needed for the domain access. I bet it has to do with DFS as the GPO access works via DFS path(namespace).
This is quite annoying as the machine policies are not loaded neither the user policies.
Here the details from the error message:
Log Name: System
Source:
Microsoft-Windows-GroupPolicy
Date: 10.9.2015 13.19.02
Event ID: 1058
Task Category: None
Level: Error
Keywords:
User: xxxxxxx\xxxxxxx
Computer: xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Description:
The processing of Group Policy failed. Windows attempted to read the file \\my.domain.com\SysVol\my.domain.com\Policies\{3933BE19-C3FF-4C22-9434-B64C654C8B06}\gpt.ini from a domain controller and was not successful. Group Policy settings
may not be applied until this event is resolved. This issue may be transient and could be caused by one or more of the following:
a) Name Resolution/Network Connectivity to the current domain controller.
b) File Replication Service Latency (a file created on another domain controller has not replicated to the current domain controller).
c) The Distributed File System (DFS) client has been disabled.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Microsoft-Windows-GroupPolicy" Guid="{AEA1B4FA-97D1-45F2-A64C-4D69FFFD92C9}" />
<EventID>1058</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>0</Task>
<Opcode>1</Opcode>
<Keywords>0x8000000000000000</Keywords>
<TimeCreated SystemTime="2015-09-10T10:19:02.977910800Z" />
<EventRecordID>1318</EventRecordID>
<Correlation ActivityID="{9C0C77C4-AFC1-4A0E-9BFE-BE698091D73C}" />
<Execution ProcessID="932" ThreadID="3588" />
<Channel>System</Channel>
<Computer>xxxxxxxxxxxxxxxxxxx</Computer>
<Security UserID="S-1-5-21-1410795398-2781916069-518169928-1178" />
</System>
<EventData>
<Data Name="SupportInfo1">4</Data>
<Data Name="SupportInfo2">912</Data>
<Data Name="ProcessingMode">1</Data>
<Data Name="ProcessingTimeInMilliseconds">421</Data>
<Data Name="ErrorCode">65</Data>
<Data Name="ErrorDescription">Network access is denied. </Data>
<Data Name="DCName">\\xxxxxxxxxxxxxxxxxxxxxxxxxxx</Data>
<Data Name="GPOCNName">cn={3933BE19-C3FF-4C22-9434-B64C654C8B06},cn=policies,cn=system,DC=xxx,DC=xxxxxxxx,DC=xxxxx</Data>
<Data Name="FilePath">\\my.domain.com\SysVol\my.domain.com\Policies\{3933BE19-C3FF-4C22-9434-B64C654C8B06}\gpt.ini</Data>
</EventData>
</Event>