This tutorial explains how te clear Birthdate attribute in Active Directory using Powershell.
- Open Powershell as admin
- Type the command: Get-ADUser -Identity Username -Properties * | set-aduser -clear birthdate (Change the username)
- Press Enter
This tutorial explains how te clear Birthdate attribute in Active Directory using Powershell.