AZ-104 Flashcards
What are Azure AD User Types?
- Cloud Identities
- Local Azure AD account
- an account that you create in your local Azure AD tenant
- External Azure AD account
- defined in another Azure AD instance
- Local Azure AD account
- Hybrid Identities
- Directory-synchronized
- when you have local AD Domain Services on-premises and you want to reuse those credentials and your Azure AD tenant
- Directory-synchronized
- Guest Identity
- External Identities
How do you create Azure AD Users Programmatically with PowerShell?
How do you perform bulk users creation?
Users \ Bulk operations \ Download CSV Template \ Edit CSV \ Upload CSV Template
What are Azure AD Group Types?
Security Groups
Microsoft 365 Groups
What is Assigned Membership?
There is an owner who would manually add/subtract users to the group.
This membership is called Assigned Membership.
What is Dynamic Membership?
Azure AD controls group membership - based on Azure AD user properties
You write an expression
- for example
- city = Nashville
- and then as those Azure AD users come up
- if their city property matches the dynamic membership rule
- Azure AD will automatically add them to the group
How do you create Azure AD Users Programmatically with Azure CLI?
How do you create Azure AD Group in PowerShell?
How do you create Azure AD Group with CLI ?