Archives for Azure AD - Page 3
ADFS to AAD Tips and Tricks
View ADFS Activity within the Azure Portal Install the AD Connect Health Agent (using Powershell and AD Admin Credentials) When migrating apps from ADFS to AAD, keep in mind any…
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…
Azure AD versus Subscriptions
(Also read, Usage and Insights for Migrating ADFS Apps to AAD) AAD is ABOVE a Subscription. AAD has within it, one or more subscriptions. These subscriptions may be organized into…
AAD Connect and Connect Health – Migrating Identity to Azure
Migrating ADFS Connections to Azure (AAD or AAD B2C) Moving your ADFS connections to Azure is not a trivial task. Also, distinguish between moving the Identities in ADFS (users, )…
AAD as an Identity Provider for AAD B2C
AAD and AAD B2C are two completely separate, independent directories within Azure. There is no overlap in the users in these directories. B2C is typically used to configure customer facing…
How to migrate AD Distribution Lists to Azure AD
What do you need? On-premises server with Azure AD Connect PowerShell Script run from machine connected to domain controller with Active Directory module Use the scripts found here While the…