Skip to content

Category: PowerShell

Prevent Microsoft Teams Meeting recording from expiring.

Prevent Microsoft Teams Meeting recording from expiring. Recently Microsoft introduced a new feature which will expire Microsoft Teams Meeting recordings. All new recordings will auto expire in 60 days after the recorded and no action was taken. Admins in the organization will have to update these policies if they want retain recordings for longer of…

Leave a Comment

Microsoft Compliance Configuration Analyzer

Microsoft Compliance Configuration Analyzer In this short post, we will look at MCCA (Microsoft Compliance Configuration Analyzer). MCCA is a PowerShell-based tool that exports your current Microsoft 365Complaince configuration and validates them against Microsoft 365’s recommended best practices. Some of the controls which forms part of the best practices include regulations and standards for data…

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…

Leave a 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

How to create a new Azure virtual machine using Azure PowerShell and Azure CLI

How to create a new Azure virtual machine using Azure PowerShell In this post, we will look at how to deploy a new Azure virtual machine using Azure PowerShell. In this post we will also look at creating a new VM using the Azure CLI. To get started we ned to start by installing the…

2 Comments