Posts

Showing posts with the label Import

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

Microsoft Outlook 2010 Auto-Complete Restore

Recently, one of my users lost all his auto-complete list from his mailbox! For me, this is no big deal as I barely send emails but for our employees who sends / receives hundreds of emails per day, it's a pretty big deal and a very practical feature to have. Outlook will create a little database of the email addresses that you send or receive emails from into a file generically called "Auto-Complete". In the previous versions of the Microsoft Office suite, this file was the famous "NK2" file.