Office 365 – Change default calendar to Reviewer

Problem: Client wanted to change every user’s calendar to review only. Solution: Connect-ExchangeOnline -UserPrincipalName navin@contoso.com $users = Get-Mailbox -Resultsize Unlimited foreach ($user in $users) { Write-Host -ForegroundColor green Setting permission for $($user.alias)… Set-MailboxFolderPermission -Identity $($user.alias):\calendar -User Default -AccessRights Reviewer } Continue reading Office 365 – Change default calendar to Reviewer

Office is showing older version instead of the updated version

Problem: In this particular case, user was running Office Standard 2016 and I upgraded to Office 365 Business Apps. Upon checking the account, it still showed as Standard. This also affected the Online Archive mailbox in Outlook. Solution: (h/t https://www.thewindowsclub.com/how-to-uninstall-microsoft-office-product-key) Continue reading Office is showing older version instead of the updated version