M365 Admin Center Flashcards
There are 4 major methods for provisioning users in the M365 admin center?
On the web Admin Center GUI
Importing multiple users
Windows PowerShell
Directory Synchronisation
True or false, there is a mobile app for the M365 Admin Center?
True
_______ ________ must be used for creating users if you have an on prem AD hybrid environment.
Directory Sync
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’
Password profile must be created in a hash, cannot use string.
New user principal name
Displayname
Given Name
Surname
Password
AccountEnabled
Alias
What is the name of the default type of password policy?
Strong Password
What is a mail contact?
Mail-enabled objects containing information about people outside of your organisation.
To create mail contacts you need one of three permissions, what are they?
Recipient Management
Organization Management
Mail Recipients
What is the powershell command for creating , deleting and seeing existing mail contacts?
Get-MailContact
Set-MailContact
Remove-MailContact
How do you assign a license to a group?
In Entra, go to Billing > Licenses > Assign
You can nest _________ groups in other groups but not _________ groups.
Security
M365
Only two roles can manage licenses, what are they?
Global Admin and User Management Admins
What Graph API permission is needed to manage users licenses?
User.ReadWrite.All and Organization.Read.All
What does Get-MgSubscribedSky command do?
Returns license information
Bulk user operations require the use of a bulk user ______ template.
CSV
What is the suggested number of global admins and what security setting should be required for them?
2-4
(less than 5)
MFA