Change regional settings for one or more mailboxes
To modify the parameters for a single account run the following command Example: Set the parameters for user user@techmission.ca You can choose as many parameters as you want (for instance if you want to set only the time zone: Set-MailboxRegionalConfiguration -Identity user@techmission.ca -TimeZone “Atlantic Standard Time”) For multiple accounts you need to populate a variable…