Installation, Storage, and Compute with Windows Server 2016 — Question 24

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After your answer a question in this section, you will NOT be able to return to it.
As a result, these questions will not appear in the review screen.
Your network contains an Active Directory forest named contoso.com.
You need to identify which server is the schema master.
Solution: From Windows PowerShell, you run Get-ADDomainController -Discover -Service 2.
Does this meet the goal?

Answer options

Correct answer: B

Explanation

The command Get-ADDomainController -Discover -Service 2 does not specifically identify the schema master; it is used to discover domain controllers providing specific services. The correct method to find the schema master involves using the Get-ADDomain or Get-ADForest cmdlets, which directly provide schema master information. Therefore, the answer is 'No'.