Setting up and managing a Microsoft 365 Tenant Flashcards
What is a Microsoft 365 Tenant?
A unique environment within the Microsoft 365 eco-system containing various components like Exchange, SharePoint, OneDrive, Yammer, Teams, and Skype, and enabled with EM+S and Windows 10 Enterprise licensing.
What subscription plans are available for Microsoft 365?
Business, enterprise, and education plans with additional options for small business, government, non-profit, first-line workers, and Office 365 for home.
What is the advantage of starting with an M365 Business Subscription?
It provides enough features to get started with demos or pilots and allows adding different license options for production when needed.
How is license flexibility achieved in Microsoft 365?
By customizing licenses based on user requirements, configuring various license types like E3, E5, and front-line worker licenses, and allowing month-to-month payments with the ability to add or remove licenses quickly.
What is the first step to evaluate Microsoft 365 for an organization?
Set up an M365 tenant by navigating to the Microsoft 365 product page and choosing Microsoft 365 for Business.
What are two unchangeable decisions to consider when setting up a Microsoft 365 tenant?
The country selected during the sign-up process (determines data center location) and the tenant or subscription ID.
Why is it important to choose the right tenant name from the beginning?
The tenant name cannot be changed later, and changing it would require setting up a new tenant and migrating everything, which is not a simple or quick process.
What are the steps to verify information when creating a Microsoft 365 tenant?
Enter the phone number and choose whether to receive a text or phone call for verification. Enter the verification code provided to continue with the tenant creation.
What is the significance of the first user account created when setting up a new tenant?
The first user account becomes the first global admin in the tenant.
Why should you have at least one more administrator account besides the first global admin account?
To ensure there is a backup in case access to the first global admin account is lost.
What are some of the privileges and responsibilities of a global admin in Microsoft 365?
Global admins can add and remove subscriptions, create and delete users, and make configuration changes within the tenant.
What should you consider when assigning the global admin role to users?
The global admin role should be considered a protected role, assigned only when needed, and not given to daily use accounts.
What is the importance of Role-Based Access Control (RBAC) in Microsoft 365?
RBAC allows for assigning different roles to administrators, ensuring proper access control and security within the tenant.
What is the significance of the onmicrosoft.com domain when registering for an M365 tenant?
The onmicrosoft.com domain is automatically created during registration, and the company name chosen during registration becomes the domain name.
Can the onmicrosoft.com domain name be changed later?
No, the onmicrosoft.com domain name cannot be changed later, and the only way to change it is to migrate to a new Office 365 tenant.
In which two places does the onmicrosoft.com domain appear for users?
The onmicrosoft.com domain appears in the SharePoint Domain Name and in Skype for Business Meeting Invitations.
How can you avoid issues with the onmicrosoft.com domain name?
Put thought into the domain name when configuring your tenant to avoid problems with the onmicrosoft.com domain name appearing in user-visible locations.
What are the four different ways to provision users in your tenant?
A: 1) Creating new users individually or in bulk using the GUI, 2) Using PowerShell, 3) Using Azure AD Connect, 4) Synchronizing users from existing Active Directory on-premises.
How can you add a user manually through the portal?
A: Click “Add a user,” type in a username and fill out their details, specify or auto-generate a password, and assign a product license.
What is Azure AD Connect, and what was its former name?
Azure AD Connect is a tool for synchronizing users from on-premises Active Directory to Office 365. Its former name is DirSync.
How can you create multiple users at once using the bulk importing tool?
Click on “Import multiple users” under Active users, create and upload a CSV file with the required user information.
What are the minimum requirements for installing the Azure Active Directory Connect tool?
Windows Server 2008 or newer and domain-joined server.
How can you create a user through PowerShell?
Use the “New-MsolUser” cmdlet with the required parameters, such as UserPrincipalName and DisplayName.
How can you use a CSV file to create multiple users through PowerShell?
Import the CSV file using “Import-Csv” cmdlet, create a variable to store the imported users, and use a “foreach” loop with the “New-MsolUser” cmdlet to create the users.