Exploring Azure AD users and Security groups via the SCC PowerShell cmdlets

I’ve blogged previously about the fact that “plain” Azure AD Security groups are synced to EXODS and can in fact be used to assign permissions or added as members of Exchange groups. Similar observations were then made about “non-recipient” Azure AD user objects, although these were easily discoverable in the …

Continue readingExploring Azure AD users and Security groups via the SCC PowerShell cmdlets

Microsoft authentication flows now feature snazzy gifs

A recent change to the authentication flow for Microsoft accounts has added some additional “illustrations” that might help better guide users over the login process. The process itself hasn’t changed, it simply has been enriched with said illustrations (in gif format), which looks something like this: That’s of course a …

Continue readingMicrosoft authentication flows now feature snazzy gifs

Remove all Office 365 licenses for a group of users from CSV file via the Azure AD PowerShell module

Use this PowerShell snippet to bulk remove all Office 365 licenses from a list of users, provided via a CSV file. The method detailed here uses the Azure AD cmdlets. …

Continue readingRemove all Office 365 licenses for a group of users from CSV file via the Azure AD PowerShell module