Which of the following pieces of data can be set in PowerShell, when bulk creating mailboxes from a CSV, for existing AD users?
DisplayName,Alias,SamAccountName,PrimarySMTPAddress,EmailAddresses,FirstName,LastName,HomePhone,MobilePhone,Phone,Company,Title,Department,Office
Obviously i can easily bulk create the mailboxes with the CSV but i'd like as much of the above populated at the same time to save time.
Thx