You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Before running this script please update the import.csv file with relevant email addresses
# Import data from csv
$users = import-csv -path import.csv
# For each entry in the csv create a new mail contact in active directory, in a specified OU and then set the exchange mailbox to deliver to that contact.