Hello
The error event identification code 2884 could be due to various reasons. Here are some general suggestions that might help:
For Windows Server 2016:
USN rollback: This issue might occur if a Windows Server domain controller is incorrectly rolled back using an image-based installation of the operating system. You can detect and recover from a USN rollback following the instructions provided by Microsoft.
[How to detect and recover from a USN rollback in a Windows Server-based domain controller - Windows Server | Microsoft Learn](https://apc01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flearn.microsoft.com%2Fen-us%2Ftroubleshoot%2Fwindows-server%2Factive-directory%2Fdetect-and-recover-from-usn-rollback&data=05%7C02%7Cwesleyl%40wicresoft.com%7Cc5b9be2b0a384624383908dc6a8fe95b%7Cb2ae8dd9097749768706861b488b1512%7C0%7C0%7C638502413567984761%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=si%2FbNQI1FYKdXzUwtuM%2BUbRDHBu2s1eoaINBYFjZdwI%3D&reserved=0"原始 URL: https://learn.microsoft.com/en-us/troubleshoot/windows-server/active-directory/detect-and-recover-from-usn-rollback。如果你信任此链接, 请单击或点击。")
For Windows Server 2012 R2:
Network error: If the error is related to network issues, you might want to disable certain network features. You can do this by running the following commands in the command prompt:
netshinttcp set global netdma=disabled
netshinttcp set global chimney=disabled
netshinttcp set global autotuninglevel=disabled
netshinttcp set global congestionprovider=none
After running these commands, reboot your server.
System file repair: You can repair system files by running the DISM.exe /Online /Cleanup-Image /RestoreHealth command from the Windows PowerShell (administrator) environment.