HOW TO IMPORT / EXPORT ActiveDirectory User List with Properties (French Characters – UTF8)
HOW TO IMPORT / EXPORT ActiveDirectory User List with Properties (French Characters – UTF8) 1- Export Users to a CSV file from an OU with the following command. (Don’t forget to “import-module ActiveDirectory” when you start PowerShell) Get-ADUser -Filter * -SearchBase "OU=Administrateurs Systeme,OU=Utilisateurs,dc=domain,dc=com" -properties * | Export-Csv C:\AdminSysteme.csv -Encoding UTF8