Browsed by
Month: July 2022

Set Language and Time Zone for Office 365 Users using PowerShell 

Set Language and Time Zone for Office 365 Users using PowerShell 

When a user opens their mailbox for the first time, it will show a prompt to select the time zone and language to get a personalized experience. Also, mailbox users can change their regional settings any time from OWA.  In some situations, Office 365 admins may want to configure language and time zone for users. For example,  When admins want to set pre-defined regional settings.  When mailboxes are set to the wrong language during migration.  When users’ time zone settings…

Read More Read More

Remove Email Forwarding in Office 365 Using PowerShell

Remove Email Forwarding in Office 365 Using PowerShell

Exchange Online offers an excellent feature called Email forwarding. It allows users and admins to configure mailbox forwarding and forward messages automatically to other mailboxes. Although email forwarding is convenient and has some potential advantages in terms of facilitating work, unfortunately, it gives hackers easy access to your data and creates the risk of information leaks.  Then, how can you combat this? Here, it would be better to remove email forwarding in Office 365. With this blog, let’s look at…

Read More Read More

How to Increase Mailbox Size in Office 365 using PowerShell 

How to Increase Mailbox Size in Office 365 using PowerShell 

As an Exchange admin, you may get requests from users to increase mailbox size in Office 365 due to the ‘Mailbox size full’ warning. As you know, mailbox storage size is determined by the type of mailbox and the license assigned to them. So, to increase mailbox size, you must assign them a different subscription plan.   Mailbox Storage Limit:   You can refer to the below image to know the storage limit based on the mailbox type and license.  Shared mailboxes…

Read More Read More

Add a User to Multiple Distribution Lists in Office 365 using PowerShell 

Add a User to Multiple Distribution Lists in Office 365 using PowerShell 

After reading a feature request on our ‘how to add bulk users to distribution list’ blog, I have decided to write a script to add a user to bulk distribution lists using PowerShell. This blog will guide you through multiple use cases, such as.   Add a user to bulk distribution groups   Add multiple users to bulk distribution groups   Remove a user from multiple distribution groups   Remove multiple users from several distribution groups.   Get all distribution lists a user is…

Read More Read More