Hi Filip Gronostaj,
You need to ensure that the Domain A computer account can read Domain B user policies, and that Domain B users have the necessary authentication and access rights in Domain A.
Step 1: Verify “Allowed to Authenticate”
On each computer (or OU) in Domain A that Domain B users will log into:
Open Active Directory Users and Computers (ADUC).
Locate the computer account (or OU).
Go to Security → Advanced → Add.
- Add the Domain B\Authenticated Users (or specific groups/users) and grant:
- “Allowed to Authenticate”
- “Log on locally” (or “Allow log on through Remote Desktop Services” if RDP)
- “Access this computer from the network”
Without this, authentication succeeds but GPO processing may still fail.
Step 2: Ensure SYSVOL and GPO Access Across Trust
Domain A’s computer account must read SYSVOL/GPO content that might include user policies from Domain B.
Confirm that the trust direction is two-way, not one-way.
- Ensure the Domain A computers and Domain B users can resolve DNS records for each other.
Make sure Domain A computers have permission to read Domain B user objects and GPOs, or consider replicating relevant policies into Domain A.
Step 3: Test with Loopback in Replace Mode
As a diagnostic step, temporarily set the GPO loopback mode to Replace instead of Merge.
If policies apply in Replace mode but not Merge mode, this confirms the user GPO retrieval issue (Merge needs both).
Step 4: Alternative Workarounds
If you can’t fully relax Selective Authentication or modify the trust permissions:
- Create Domain A-side user accounts specifically for cross-domain login.
- Or configure a GPO in Domain A that contains both computer and “user” settings (using Replace mode) to simulate loopback behavior.
- As a last resort, deploy required user settings via local GPO or startup scripts instead of relying on domain GPO merge logic.You need to ensure that the Domain A computer account can read Domain B user policies, and that Domain B users have the necessary authentication and access rights in Domain A.
If you think this information is useful, please hit "accept answer" so that other people can benefit too.
Best regards,
VP