To unlock a domain user from the command line, use this command:
net user <username> /domain /active:yes
This can also be done using Powershell:
Unlock-ADAccount -identity "CN=John,OU=myUsers,DC=myDomain,DC=local"
My name is Ryan Nemeth. I am a Principal Cloud Architect and Systems Engineering Manager at VibeHCM. I am located in the United States. My current focus is driving innovation behind the VibeHCM application stack and migrating these platforms to Microsoft Azure. Opinions are my own.
I recently ran into a situation in my lab environment that required I resync all (2000+) user accounts to Azure AD. Though this sounds comp...
No comments:
Post a Comment