Which four Windows PowerShell cmdlets should you run in sequence?

Posted by: Pdfprep Category: 70-346 Tags: , ,

DRAG DROP

Fabrikam Inc. plans to use the domain fabrikam.com for Office 365 user identities, email addresses, Session Initiation Protocol (SIP) addresses, and a public-facing home page.

Single sign-on (SSO) between Office 365 and the on-premises Active Directory is NOT required.

You need to configure the Office 365 plan.

Which four Windows PowerShell cmdlets should you run in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Answer:

Explanation:

The New-MsolDomain cmdlet is used to create a new domain object. This cmdlet can be used to create a domain with managed or federated identities.

Box2. Next we need to check the DNS before the domain can be confirmed.

The Get-MsolDomainVerificationDns cmdlet is used to return the DNS records that need to be set to verify a domain.

Box3. Now we can confirm the domain.

The Confirm-MsolDomain cmdlet is used to confirm ownership of a domain. In order to confirm ownership, a custom TXT or MX DNS record must be added for the domain. The domain must first be added using the New-MsolDomain cmdlet (step 1), and then the Get-MsolDomainVerificationDNS cmdlet (step 2) should be called to retrieve the details of the DNS record that must be set.

Box4. Next we can set fabrikam.com as the default domain.

The Set-MsolDomain cmdlet is used to update settings for a domain. This cmdlet can be used to change the default domain setting for the company.

Leave a Reply

Your email address will not be published.