Exchange
--
Questions
--
Followers
Top Experts
change of time zone for bulk users in exchange 2013
Hello Team,
we need to change the Time zone for bulk of users to "Belarus Standard Time" , with importing of csv file with email address or alias name
Could you suggest
Thanks,
Andy
we need to change the Time zone for bulk of users to "Belarus Standard Time" , with importing of csv file with email address or alias name
Could you suggest
Thanks,
Andy
Zero AI Policy
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
This should work. Â In this example, the column header for your .csv file would be 'Alias' (no quotes)
foreach ($user in (Import-Csv .\users.csv)) {
Set-MailboxRegionalConfiguration $_.alias -TimeZone 'Belarus Standard Time'
}
i need to select all matter in .txt and save it as a .ps1 ??
membership
Log in or create a free account to see answer.
Signing up is free and takes 30 seconds. No credit card required.
These reference articles work for Exchange 2010 and newer...
And here is a list of all time zones that can be used with Set-MailboxRegionalConfigu ration...
- https://oddytee.wordpress.com/2016/08/06/set-language-and-time-zone-for-owa-in-office-365/
- https://oddytee.wordpress.com/2015/01/29/set-language-and-time-zone-for-owa-in-exchange-2013/
And here is a list of all time zones that can be used with Set-MailboxRegionalConfigu






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
thank u for quick help
Glad I could help. Â Take care :)
Exchange
--
Questions
--
Followers
Top Experts
Exchange is the server side of a collaborative application product that is part of the Microsoft Server infrastructure. Exchange's major features include email, calendaring, contacts and tasks, support for mobile and web-based access to information, and support for data storage.