Forum Discussion
TimGowen
Feb 09, 2023Copper Contributor
Time Zone change on resource doesn't save
Hello Trying to change the time zone of a room, I enter: Get-MailboxCalendarConfiguration -Identity email address removed for privacy reasons WARNING: Events from Email parameters of this cm...
Martin_Koe
May 11, 2023Copper Contributor
The command is working fine at my end, but I´d like to avoid the warning message "WARNING: Events from Email parameters of this cmdlet are deprecated. Use Get-EventsFromEmailConfiguration instead.". How do I get rid of them?
ChrisClaytonSTLCC
Jul 11, 2023Brass Contributor
Martin_Koe, I also would like to be able to get rid of the warnings. After the first hundred I got the message.
You can get different results between MailboxRegionalConfiguration and MailboxCalendarConfiguration. If you want to set it for users, you need to set both.
Get-MailboxRegionalConfiguration should return the results of Set-MailboxRegionalConfiguration.
Get-MailboxCalendarConfiguration should return the results of Set-MailboxCalendarConfiguration.
I don't know why there are two, or why the MailboxCalendarConfiguration gets set differently depending on what client is used to access email the first time.