Set User Time Zone in MS 365 with Powershell

Enter the following command in powershell after connecting to 365. In the example below we are settng the user to Pacific time.

 Get-Mailbox -Filter {RecipientTypeDetails -eq 'UserMailbox'} | Set-MailboxRegionalConfiguration -TimeZone "Pacific Standard Time" –Language en-US