Office 365 Plan Selector Tool
Microsoft released a tool to help you find the right Office 365 plan for your organisation .
This tool allows you to select what you need from Office 365

Link to tool : PlanSelectorTool
Microsoft released a tool to help you find the right Office 365 plan for your organisation .
This tool allows you to select what you need from Office 365

Link to tool : PlanSelectorTool
Connect to Exchange Online PowerShell with MFA Enabled. If your organization is using MFA for all staff to provide an extra layer of security you might have found that connecting to Exchange Online using Remote PowerShell fails with an error “Access Denied”. For accounts with MFA enabled they cannot use the same method as…
How to Resize a Cloud PC in Windows 365: A Comprehensive Guide This blog post introduces a significant feature in Windows 365: the capability to resize Cloud PCs. It outlines how administrators can now seamlessly adjust the RAM, CPU, and storage of Cloud PCs to meet changing business needs and workload demands without the complex…
Add Office 365 Domain using PowerShell In this post, I will look at how to add a new Office 365 Domain using PowerShell. Before we start with adding the domain we need to make sure that we have the following information available. Tenant ID FQDN of the new Domain you want to add The FQDN…
Enable Mailbox Archiving Exchange Online The focus of this post is to look at two ways on how Mailbox Arching can be enabled in Exchange Online. What is Archiving? Archiving in Exchange Online (called In-Place Archiving) provides users with additional mailbox storage space. Archive mailboxes also provide an alternate storage location in which to store historical…
Add Microsoft Teams Members using PowerShell In this post, we will look at how to add Teams Members using PowerShell. To find out how to create a Team using PowerShell view the following post: http://www.thatlazyadmin.com/create-new-microsoft-team-using-powershell/ To get started, we need to first get the Teams GroupId as this will be used to add the new…
Create Office 365 Safe Attachments Policy and Safe attachment Rule using PowerShell To get started with creating the Safe attachment policy and safe attachment rule a connection to Exchange Online Protection needs to be established. To establish a connection to Exchange Online Protection (EOP), follow the below. $UserCredential = Get-Credential $Session = New-PSSession -ConfigurationName Microsoft.Exchange…