Microsoft Exam Questions

How should you complete the Windows PowerShell commands?

HOTSPOT
You are deploying a new Office 365 tenant for a company. You plan to use the default domain
Fabricam.onmicrosoft.com. Employees currently use Fabricam.com for their email address in the on-premises email system.
You have the following requirements:
All users need to be migrated to Microsoft Exchange Online.
Fabricam.com must be used for the email domain and Office 365 user principal name.
You need to start the new domain process and generate a CSV import file for your on-premises DNS servers.
How should you complete the Windows PowerShell commands? To answer, configure the appropriate options in the dialog box in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

Explanation/Reference:
Explanation:
Box1
Fabricam.onmicrosoft.com

https://docs.microsoft.com/en-us/powershell/module/msonline/new-msoldomain?view=azureadps-1.0 https://docs.microsoft.com/en-us/powershell/module/msonline/get-msoldomainverificationdns?view=azureadps-

Answer:

Explanation:
Box2
New-MsolDomain
Box3
Get-MsolDomainVerificationDns
The questions states: “You plan to use the default domain Fabricam.onmicrosoft.com.”
The New-MsolDomain cmdlet adds a domain to Azure Active Directory.
The Get-MsolDomainVerificationDns cmdlet retrieves the necessary DNS records to verify a domain.
References:
1.0