Hello BA-Augsburg,
Thank you for posting in Q&A forum.
Based on the description, it seems the new hardening options blocked SID‐to–name resolution.
When you run as administrator or with no network, the lookups either use cached tokens or don’t try contacting the DC at all. Here are a few ideas to troubleshoot and possibly mitigate the issue:
- Please try to remove the hardening policies you applied, then check if it is cause by hardening policies.
- Verify which hardening policies are active.
Try isolating which setting is causing the problem. For example, revert one policy at a time (or test in a lab environment) to see which policy caused it.
- Check your network and DC logs. Look in the Windows Event Logs (both on the client and domain controller side) for any authentication or access-denied messages.
- Consider alternative name resolution options. For instance, if you must have these hardening policies in place for production, you might work around it by using administrative tools (which appear to work correctly) or by using “gpresult” or PowerShell commands (like Get-ADPrincipalGroupMembership) that can be more explicit about credentials and security negotiation.
For example:
1.Open CMD and run command: gpresult /r
Note: Check the user group membership under "User Settings"
2.Open CMD and run command: gpresult /h C:\group.html
Note: Check the user group membership under "User Details"
https://theitbros.com/check-active-directory-group-membership/
- Evaluate whether the extra hardening (as recommended by CIS/BSI) is appropriate for your environment. Sometimes the recommended settings work best in very high-security or isolated environments; if SID lookups become too slow or fail because of them, you might need to relax or fine-tune some policies so that non‐elevated processes can still resolve domain SIDs.
I hope the information above is helpful.
If you have any questions or concerns, please feel free to let us know.
Best Regards,
Daisy Zhou
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.