It`s simple when you know how ! Microsoft Exchange 2010 How to import users into exchange with a Powershell script

How to import users into exchange with a Powershell script

Download the files to a folder of you choice and edit in the ps1 script the location of the CSV file, Update accordingly the CSV file :

import_users

enter the users detailed just like the first example line . Run the script from Exchange Powershell (if you edit with excel make sure to save the file as CSV)

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

How to Balance Exchange Database by Activation PreferenceHow to Balance Exchange Database by Activation Preference

Open Exchange Powershell: cd "C:\Program Files\Microsoft\Exchange Server\V14\Scripts" To check db state: .\RedistributeActiveDatabases.ps1 -DagName "Your_DAG_Name" -ShowDatabaseDistributionByServer | ft To Re-balance DB :   .\RedistributeActiveDatabases.ps1 -DagName "Your_DAG_Name" -BalanceDbsByActivationPreference