Podcast
Questions and Answers
Which DNS record is used to locate the recipient's mailbox server when sending mail?
Which DNS record is used to locate the recipient's mailbox server when sending mail?
What is the purpose of SPF record?
What is the purpose of SPF record?
How do you check the CNAME, SPF, MX records for a domain?
How do you check the CNAME, SPF, MX records for a domain?
What is the role of a Domain Registrar?
What is the role of a Domain Registrar?
Signup and view all the answers
What is the difference between a DNS Hosting Provider and an Email Service Provider?
What is the difference between a DNS Hosting Provider and an Email Service Provider?
Signup and view all the answers
What is the purpose of adding a TXT or MX record to verify the Domain Ownership?
What is the purpose of adding a TXT or MX record to verify the Domain Ownership?
Signup and view all the answers
What is MFA?
What is MFA?
Signup and view all the answers
Which of the following is NOT a correct step to add a domain to Office 365?
Which of the following is NOT a correct step to add a domain to Office 365?
Signup and view all the answers
What is the primary benefit of enabling Multi-Factor Authentication (MFA) for an account?
What is the primary benefit of enabling Multi-Factor Authentication (MFA) for an account?
Signup and view all the answers
How do you create a new user in the admin portal?
How do you create a new user in the admin portal?
Signup and view all the answers
What is the PowerShell command to create a new user?
What is the PowerShell command to create a new user?
Signup and view all the answers
How do you delete a user in the admin portal?
How do you delete a user in the admin portal?
Signup and view all the answers
What happens to a deleted user?
What happens to a deleted user?
Signup and view all the answers
How do you bulk add users in the admin portal?
How do you bulk add users in the admin portal?
Signup and view all the answers
How do you bulk change the domain name for multiple users in PowerShell?
How do you bulk change the domain name for multiple users in PowerShell?
Signup and view all the answers
What is the purpose of the 'Manage MFA' option in the admin portal?
What is the purpose of the 'Manage MFA' option in the admin portal?
Signup and view all the answers
Study Notes
Adding a Domain to Office 365
- To add a domain to Office 365, you need to add DNS records (MX/SPF/CNAME) and verify domain ownership by adding a TXT or MX record.
- If you only need Exchange service, you need MX and SPF records.
DNS Records
- DNS (Domain Name System) is a system that translates human-readable domain names into IP addresses.
- MX (Mail Exchange Record) contains information about which mail server a domain uses to receive emails.
- SPF (Sender Policy Framework) allows domain owners to publish a list of IP addresses or subnets that are authorized to send emails on their behalf.
- CNAME (Canonical Name) is used to alias one name to another and is used to configure accounts with Outlook client automatically.
Checking DNS Records
- You can check CNAME, SPF, and MX records for a domain using nslookup in cmd or online tools like mxtoolbox.com.
- You can also check with DNS Hosting Providers or Email Service Providers.
Domain Registrar, DNS Hosting Provider, and Email Service Provider
- Domain Registrar: provides domain name registration services, some only provide registration services, while others provide both registration and hosting services.
- DNS Hosting Provider: provides domain hosting services, storing DNS records (like MX, SPF, CNAME) that ensure service runs smoothly.
- Email Service Provider: provides email hosting services.
Multi-Factor Authentication (MFA)
- MFA is a security process that requires multiple forms of verification to prove identity when signing into an application.
- MFA can be enabled in the 365 admin center by going to Users > Active users > select a user > account > manage MFA > enable MFA.
- MFA is closely related to security defaults.
Managing Users
- New users can be created in the portal (admin > users > active users > add a user) or using PowerShell (New-MsolUser cmdlet).
- User templates can be created in the portal and PowerShell.
- Users can be deleted in the portal or using PowerShell (Remove-MsolUser cmdlet).
- Users can be bulk changed or added in the portal or using PowerShell.
- Deleted users stay in the recycle bin for 30 days before being permanently deleted.
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.
Description
Learn how to add a domain to Office 365, including setting up DNS records such as MX, SPF, and CNAME. Understand the process of verifying domain ownership and updating DNS host records.