Change language of a shared mailbox in Exchange Online From time to time, we have to change the language of a shared mailbox. Here is how to do it Here we have our test mailbox in English First connect to Exchange online Run Set-MailboxRegionalConfiguration -Identity <user ID> -LocalizeDefaultFolderName:$true -Language en-US Change the language to …
Some useful Powershell commands for Exchange Online Here is some useful Powershell commands I often use, this page will be updated regularly Set an individual user’s password to never expire – PasswordExpiration This Guide explains how to set a password for an individual user to not expire Type Connect-AzureAD for logging into Azure AD Enter …
Do you have apps that you would like to deploy to machines by a specific manufacturer? eg. if you want to deploy Lenovo Vantage only to your lenovo devices, here is the guide for you. This is a 2 step task, first thing we have to do, is to make a dynamic group …
If you want to test out the Widnows 11 Preview in your organization on some devices, here is a guide for it. Join the Windows Insider program First you have to go to the Windows insider Register page: https://insider.windows.com/en-us/register Click Sign in now, and login with you Administrator credentials click Register now Now you have …
Enable DKIM by PowerShell in Exchange Online Prerequisites: Admin acess to the O365 tenant and access to DNS for your Domain Replace the red highlighted text in the guide, with your domain. You can get an overview of your DKIM status on your domains at; https://protection.office.com/dkimv2 Here we see …