Skip to content

Category: Exchange Online

Streamlining High Volume Email Management in Microsoft 365 with PowerShell

Streamlining High Volume Email Management in Microsoft 365 with PowerShell I developed the HVEAccountManager.ps1 script to streamline the administration of High Volume Email (HVE) accounts in Microsoft Exchange Online. This script harnesses the capabilities of automation to ease this process, offering a straightforward and effective tool for HVE account management. It exemplifies how automation can…

Leave a Comment

Introducing High Volume Email for Microsoft 365: A Game-Changer in Enterprise Communication

Introducing High Volume Email for Microsoft 365: A Game-Changer in Enterprise Communication In the modern enterprise landscape, the ability to communicate efficiently and at scale is paramount. Recognizing this need, Microsoft has unveiled a groundbreaking solution to address one of the most pressing challenges faced by businesses today: email volume constraints. The public preview of…

Leave a Comment

How to Enable Microsoft 365 Backup Using the Admin Portal

How to Enable Microsoft 365 Backup Using the Admin Portal Introduction: Microsoft 365 offers a suite of powerful productivity tools, but data loss can still happen. To ensure the safety of your critical business data, it’s essential to set up regular backups. In this blog post, we will walk you through the process of enabling…

Leave a Comment

How to Unblock a User if they were blocked from sending emails in Microsoft 365

How to Unblock a User if they were blocked from sending emails Microsoft 365 Users in your organization might get blocked from sending emails in Microsoft 365 if they exceed one of the outbound sending limits or inbound spam policies. If a user is added to the restricted user list, they will receive the following…

1 Comment

Exchange TIP: How to Migrate Mailbox from Exchange Online to Exchange OnPrem

Exchange TIP: How to Migrate Mailbox from Exchange Online to Exchange OnPrem In this quick post, I will go through a quick PowerShell I use to migrate a mailbox from Exchange Online back to Exchange Onprem. Let’s first start by connecting to Exchange Online PowerShell. Once connected run the following: Before we can run the…

Leave a Comment

Callout External Senders in Outlook

What is External Sender Callouts? External Callouts is what some organisations use to inform their staff that an email is coming from outside of their environment. IT Admins has created transport rule like this one http://www.thatlazyadmin.com/how-to-prepend-office-365-email-subject-when-email-is-received-from-external-sender/ The transport rule approach has some limitations which has been listed by Microsoft based on feedback from customers. You…

1 Comment

DataString.InvalidSmtpDomainName(Domain) when running the Office 365 hybrid Configuration Wizard.

DataString.InvalidSmtpDomainName(Domain) when running the Office 365 hybrid Configuration Wizard. In this post, I will show case how you can remove the following error when you tried to install the Office 365 Hybrid Configuration Wizard. This error typically indicates that you have an Exchange server in your environment that is Offline or has not been decommissioned…

Leave a Comment

How to create a migration endpoint Exchange Online

How to create a migration endpoint Exchange Online In post we, will go through the steps to create a new migration endpoint for Exchange Online. To get started, connect to Office 365 Admin Portal then navigate to Exchange Online Admin Portal. From the Exchange admin centre, click on “Recipients”. From the “Recipients” menu select “migration”…

Leave a Comment