Skip to content

Tag: Exchange Online

Securing Microsoft Copilot with Zero Trust: A Comprehensive Guide for Enhanced Data Protection and Compliance Applying Zero Trust principles to Microsoft Copilot for Microsoft 365 is a critical security measure that aligns with the evolving landscape of cybersecurity threats and the expanding capabilities of AI-driven applications. Zero Trust is a strategic approach to cybersecurity that…

Leave a Comment

Identifying Public vs. Private Microsoft 365 Groups

Introduction In the realm of enterprise security, understanding the visibility and access controls of your organization’s resources is paramount. This is especially true for Microsoft 365 Groups, which play a crucial role in collaboration across various Microsoft services. In this post, we’ll explore a PowerShell script I’ve developed to distinguish between public and private Microsoft…

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

Verify alert settings for restricted user in Microsoft 365 Defender.

Verify alert settings for restricted user in Microsoft 365 Defender. The default alert policy for restricting users from sending emails will automatically notify admins when a user is blocked from sending outbound mail. In this post we will look at how we can modify this alert policy. Verify alert Policy To verify current policy, head…

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

Let users rest their Passwords in Office 365

Let users rest their Passwords in Office 365 Office 365 and Azure AD allows users to reset their own passwords, this reduces the calls to helpdesk for password resets. Once you enable this setting users will be able to navigate to https://passwordreset.microsoftonline.com/ and reset their own passwords. To get started Launch the Office 365 Admin…

Leave a Comment

Disable anonymous calendar sharing in Office 365 Admin Center and PowerShell.

Disable anonymous calendar sharing in Office 365 Admin Center and PowerShell During this post, we will run down on how to disable anonymous calendar sharing in Office 365. By default, anonymous calendar sharing is enabled, as an Office 365 admin can you decide what kind of information your user share externally. With Anonymous calendar sharing…

Leave a Comment

Configure Outbound Spam Notification Office 365 Exchange Online

Configure Outbound Spam Notification Office 365 Exchange Online Outbound spam filtering is always enabled by default when customers use the service to send outbound email. If an outbound email is determined to be spam, the service routes the message through a high risk delivery pool, this reduces the probability of the normal outbound-IP pool of…

Leave a Comment

How to verify if Mailbox Auditing is enabled by Default on your Office 365 Tenant

How to verify if Mailbox Auditing is enabled by Default on your Office 365 Tenant Started from January 2019, Microsoft turned on mailbox auditing by default for all Microsoft 365 organizations. This means that the certain actions like the following will be logged and can be viewed in the mailbox audit log. Mailbox owner Delegates…

Leave a Comment

Creating Office 365 Safe Links Policy and Rule using PowerShell

Creating Office 365 Safe Links Policy and Rule using PowerShell To create a new Safe Links policy and rule a connection to Exchange Online Protection needs to be created. Establish a connection to Exchange Online Protection by doing the following.

Once the session has been created run the following to import the new…

Leave a Comment