M365 Admin Center Flashcards

1
Q

There are 4 major methods for provisioning users in the M365 admin center?

A

On the web Admin Center GUI
Importing multiple users
Windows PowerShell
Directory Synchronisation

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

True or false, there is a mobile app for the M365 Admin Center?

A

True

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

_______ ________ must be used for creating users if you have an on prem AD hybrid environment.

A

Directory Sync

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

Break down this MsGraph command into pieces.

$PasswordProfile = @{ Password = ‘user password’ }

New-MgUser -UserPrincipalName username@domainname
-DisplayName ‘Firstname lastname’
-GivenName ‘Firstname’
-Surname ‘Lastname’
-PasswordProfile $PasswordProfile
-AccountEnabled
-MailNickName ‘emailalias’

A

Password profile must be created in a hash, cannot use string.

New user principal name
Displayname
Given Name
Surname
Password
AccountEnabled
Alias

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

What is the name of the default type of password policy?

A

Strong Password

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

What is a mail contact?

A

Mail-enabled objects containing information about people outside of your organisation.

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

To create mail contacts you need one of three permissions, what are they?

A

Recipient Management
Organization Management
Mail Recipients

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

What is the powershell command for creating , deleting and seeing existing mail contacts?

A

Get-MailContact
Set-MailContact
Remove-MailContact

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

How do you assign a license to a group?

A

In Entra, go to Billing > Licenses > Assign

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

You can nest _________ groups in other groups but not _________ groups.

A

Security
M365

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

Only two roles can manage licenses, what are they?

A

Global Admin and User Management Admins

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

What Graph API permission is needed to manage users licenses?

A

User.ReadWrite.All and Organization.Read.All

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

What does Get-MgSubscribedSky command do?

A

Returns license information

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

Bulk user operations require the use of a bulk user ______ template.

A

CSV

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

What is the suggested number of global admins and what security setting should be required for them?

A

2-4
(less than 5)

MFA

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

M365 admin center allows one to give roles for ____ ______ as well as _______ but it’s just a subset of what is available in those portals.

A

Azure AD
Intune