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
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…
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…
In this Article i will show you how to “Manually” update the AddressList in Office 365 First thing you should do is to connect Exchange Online via #PowerShell $O365Cred = Get-Credential Now type your global administrator login details, then Create a PsSession to Office 365 as follow. $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential…
How to Export Office 365 Group Members using PowerShell. In this post, we will look at how to quickly export the Membership of an Office 365 Group. To get Started we need to connect to Office 365 PowerShell, the following script can be used to connect HERE. Once you have a successful connection to Office…
How to Convert External Users to Internal Microsoft Entra Users: A Step-by-Step Guide Microsoft introduces a pivotal feature in Entra, enabling the smooth conversion of external IDs to internal Entra IDs. This innovation is key for organizations navigating mergers or reorganizations, streamlining the management of user accounts without compromising data integrity or access. By facilitating…
Create Office 365 Dynamic Distribution Group In this short post we will look at how to create Dynamic Distribution Groups in Office 365 using Azure AD, Exchange Online PowerShell. To get started we will look at how to create a Dynamic Distribution group using Azure AD. Navigate to Azure Active Directory > Mange >> Groups…