The Event ID 6167 indicates a partial mismatch in the machine ID, which suggests that the Kerberos ticket may have been manipulated or belongs to a different boot session. This can occur when the system's Security Identifiers (SIDs) or Universal Unique Identifiers (UUIDs) are not unique, especially in a virtualized environment where cloning may have occurred without proper SID generation.
To resolve this issue, you can try the following steps:
- Ensure that each new PC has a unique SID. If you used cloning to set up the PCs, consider using sysprep to generate new SIDs.
- Check for any recent updates or patches that might have affected Kerberos authentication, as sometimes uninstalling a problematic update can resolve authentication issues.
- If the problem persists, reinstalling the operating system on the affected PCs may be necessary to ensure all identifiers are unique and correctly configured.
These steps should help you address the authentication errors you're encountering with the shared folders on the new PCs.