Create And Manage Users Flashcards

1
Q

What is the command you would use to create an account using the azure cli

A

az ad user create

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the three required parameters to create a user with azure cli

A

display name, password , and user-principle-name

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

what is the command to connect to Azure Active directory

A

Connect-AzureAD

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the command to create a user in power shell

A

New-AzureADUser

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the required fields of the command New-AzureADuser

A

DisplayName, Password Profile, User Principal name, Account enabled, Mail Nick Name, and department

How well did you know this?
1
Not at all
2
3
4
5
Perfectly