Check Active Directory password expiry details with one line powershell command

preview_player
Показать описание
Check when the user account expires, when the password set, if the account is locked , what sort of AD group user is added to using a simple power shell command.
net user username / domain
Unlock account:
Unlock-Adaccount -Identity username
#powershell #Active Directory #Useraccount #Windows
Рекомендации по теме
Комментарии
Автор

Thank you, been looking all morning 😂

Aidan-yleo