I have a user account which I want to modify the creation date. I found some info on another forum but it wasn't to detailed and didn't work for me when I went and tried it. My testing environment is all on Windows Server 2016.
Login as a member of Schema Admins (preferably on the Schema Master FSMO)
Launch LDP.EXE
Connect to the Schema Master FSMO using LDP.EXE
Bind to the Schema Master using an account with Schema Admin permissions.
From the Browse menu, choose Modify
In the Modify dialog box, leave the DN field blank, and type schemaUpgradeInProgress in the Attribute field. In the Value
field, enter the number 1. Click the Enter button, then click the Run button.
Close the Modify dialog box.
Launch ADSIEDIT.MSC and modify the mAPIID values for the necessary attributes. (You may need to wait for the Active Directory
to replicate.)
Run LDP again, and change the value of schemaUpgradeInProgress from 1 to 0.
From the Active Directory Schema console, right click on the console and choose "Reload the Schema"
Is there any more detailed methods on how to accomplish this task?