I'm having an issue updating group policy on new workstations that have been deployed to a small business office. Their domain is part of a forest with one other domain for their other office and there is a domain trust between the two. For sake of anonymity
we'll call them TDomain and KDomain. I joined the new computers to the Kdomain initially through Windows modules and tried using powershell as well, both times using the full KDomain.local name. When these new computers run gpupdate it returns:
The processing of Group Policy failed. Windows attempted to read the file \\TDomain.local\SysVol\TDomain.local\Policies\{B5A5AC74-7331-4BD8-B6D7-6DE0098AAE00}\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.
User Policy could not be updated successfully. The following errors were encountered:
The processing of Group Policy failed. Windows attempted to read the file \\TDomain.local\SysVol\TDomain.local\Policies\{00E3DC1A-87D8-45F6-B574-FF62586D517E}\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.
To diagnose the failure, review the event log or run GPRESULT /H GPReport.html from the command line to access information about Group Policy results.
When I run gpresult /r I get
INFO: The user "KDOMAIN\ADMIN" does not have RSoP data.
And if I run gpresult /r /scope computer I get
COMPUTER SETTINGS
------------------
CN=KCOMPUTER,OU=K-Computers,DC=KDomain,DC=local
Last time Group Policy was applied: 8/23/2019 at 1:34:21 PM
Group Policy was applied from: KSERV.KDOMAIN.local
Group Policy slow link threshold: 500 kbps
Domain Name: DESKTOP-NDBTU57
Domain Type: WindowsNT 4
Applied Group Policy Objects
-----------------------------
N/A
The following GPOs were not applied because they were filtered out
-------------------------------------------------------------------
Local Group Policy
Filtering: Not Applied (Empty)
The computer is a part of the following security groups
-------------------------------------------------------
BUILTIN\Administrators
Everyone
NT AUTHORITY\Authenticated Users
System Mandatory Level
At this point I'm really not sure where to check next and could use any assistance. I'd like to point out that it worked without an issue on the old workstations..