@cyber.hus: Active Directory PowerShell commands every future IT Support should know: Get-ADUser -Identity jsmith Find a specific user account in Active Directory. Unlock-ADAccount -Identity jsmith Unlock a user account when they are locked out. Disable-ADAccount -Identity jsmith Disable a user account, usually when someone leaves the company. Enable-ADAccount -Identity jsmith Enable a disabled user account when access is needed again. Set-ADAccountPassword -Identity jsmith -Reset Reset a user’s password from PowerShell. Simple commands, but very useful in real IT support and sysadmin work. #ActiveDirectory #PowerShell #ITSupport #SysAdmin #WindowsServer