Azure AD Flashcards
What type of user accounts exist only in Azure AD. These are typically used by small organizations that do not have on-premises servers or do not use AD DS to manage local identities.
Cloud-only identity User Accounts
What type of user accounts originate in an on-premises AD DS and have a copy in the Azure AD tenant of a Microsoft 365 subscription.
Hybrid identity User Accounts
In a Hybrid Identity Azure AD setup, most changes you make only sync in which direction?
Most on premise changes are synced to the Azure AD, any changes made directly in Azure will not get synced to the on premise AD.
WHAT provides the ongoing account synchronization? It runs on an on-premises server, checks for changes in the AD DS, and forwards those changes to Azure AD.
Azure AD Connect
What is Azure AD B2B?
It’s a feature within External Identities that lets you invite guest users to collaborate with your organization..
What 4 Identity providers are supported for B2B external collaboration?
Microsoft Account
Azure Active Directory
Google Federation
SAML/WS-Fed identity provider (Direct Federation)
What PowerShell module is needed to connect to Azure AD?
AzureAD Module
What two PowerShell commands are needed to connect to your Azure AD environment?
Install-Module -Name AzureAD
Connect-AzureAD
What type of file is needed when using the Bulk Create User feature in Azure AD portal?
Comma Separated Value file (.csv)
What three Bulk User Operations are available in the Azure AD portal?
Bulk Create
Bulk Invite
Bulk Delete
What are the 2 Azure AD group types??
Security and Microsoft 365 Groups
What are the different Azure AD group membership types?
Assigned
Dynamic User
Dynamic Device
What’s the differences between Assigned and Dynamic membership types?
Assigned - Manually add specific users to be members of the group.
Dynamic - Setup membership rules that will auto add and remove members/devices from the group.
What two PowerShell cmdlets are used to create and add members to Azure AD Groups?
New-AzureADGroup
Add-AzureADGroupMember
What PowerShell cmdlet is used to create a new Azure AD User?
New-AzureADUser