Adding and reporting on permissions for Azure AD Security groups in Exchange Online

Some of you are probably well aware of the fact that Azure AD is the directory behind Office 365. Azure AD stores all the user and group objects and their relevant properties. Some of the different workloads constituting Office 365 have their own directory stores, such as EXODS for Exchange …

Continue readingAdding and reporting on permissions for Azure AD Security groups in Exchange Online

Script to remove user(s) from all groups in Office 365

UPDATE Feb 2023: This version of the script is now obsolete due to changes in Exchange Online. An updated version of the script can be found in this article. Often times when a user leaves the company, or for whatever other reason, you are tasked with making sure said user …

Continue readingScript to remove user(s) from all groups in Office 365

Get-Recipient finally returns Office 365 Groups by default

Another one in the series of minor, but very useful improvements in Exchange Online PowerShell – the Get-Recipient cmdlet now returns Office 365 Group mailbox objects by default. Since Get-Recipient is one of my favorite cmdlets and I often used in my scripts, or when just doing a quick check, I couldn’t …

Continue readingGet-Recipient finally returns Office 365 Groups by default