Unlock-ADAccount — Export ResultsIT technician command center
PowerShell · Active Directory

Unlock-ADAccount — Export Results

Export the output of Unlock-ADAccount for documentation or review.

Copy-ready commandUnlock-ADAccount — Export Results
Unlock-ADAccount jsmith | Export-Csv .\output.csv -NoTypeInformation
Production warning

Test write operations in a non-production environment first.

Requirements and permissions

Requirements
RSAT ActiveDirectory module
Permissions
Domain permissions vary
Last reviewed
2026-07-31

Examples

Export Results

Export the output of Unlock-ADAccount for documentation or review.

Unlock-ADAccount jsmith | Export-Csv .\output.csv -NoTypeInformation

Original command

Unlock a locked Active Directory account.

Unlock-ADAccount jsmith

Common errors

Command not found

Confirm RSAT ActiveDirectory module is installed and available in your current shell.