Archives for April, 2021
Azure AD Add Role Assignments using Powershell
Assuming you have an enterprise app configured (staged) - Exchange - and need to assign multiple users with the same role ( User) to the app. Quick Test and Connect…
B2B advantages over B2C users in AAD
Also read B2B partner Identities in Azure AD and Migrating Existing AD users to AAD Why B2C? Why not just use AAD? There's two reasons : Scale (B2C usually has…
Common AAD Powershell Commands
Get all the users in a group Get-ADGroupMember 'Developers' | select-object name Get all the group memberships for a specific user Get-ADPrincipalGroupMembership $user | select name Next Steps? Need an…
Powershell for Managing O365’s AAD
(Also read, Usage and Insights for Migrating ADFS Apps to AAD) To manage Azure AD for Microsoft 365: Azure Active Directory Module for Windows PowerShell Version 1 of the module…
Usage and Insights to Migrate ADFS Apps
(Also read, ADFS Federated users in AWS ) One of the coolest ways to visualize ADFS information is by adding an ADFS to Azure AD feed on each ADFS instance…