Reporting on OU information via Azure AD PowerShell
Learn how to report on on-premises OU information via the Azure AD PowerShell cmdlets. …
Continue readingReporting on OU information via Azure AD PowerShell
All about Microsoft 365
Learn how to report on on-premises OU information via the Azure AD PowerShell cmdlets. …
Continue readingReporting on OU information via Azure AD PowerShell
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
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
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
A simple PowerShell function to decode JWT tokens used by Azure AD (access token and id token). …
Continue readingDecode JWT access and id tokens via PowerShell