By 18 Gennaio 2018 0 Comments

Verificare lo Stato di un Utente su Active Directory

I comandi seguenti verificano lo “stato” di un utente su Active Directory (bloccato – sbloccato)

utilizzando dsquery :

dsquery user -name *ceccherini* | dsget user -disabled

se preferiamo powershell : 

Get-ADUser a.ceccherini -Properties * | Select-Object LockedOut

oppure un altro metodo da Promtp dei comandi:

net user a.ceccherini | FIND /I “Account active”

Verificare lo Stato di un Utente su Active Directory, locked user Active Directory, user Active Directory, Active Directory status, user locked Active Directory, verify locked user Active Directory, status locked user Active Directory

Posted in: Windows Server

About the Author:

shared on wplocker.com