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

Enable-ADAccount — Export Results

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

Copy-ready commandEnable-ADAccount — Export Results
Enable-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 Enable-ADAccount for documentation or review.

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

Original command

Enable an Active Directory account.

Enable-ADAccount jsmith

Common errors

Command not found

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