Identity with Windows Server 2016 — Question 15
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 you 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. The forest contains a member server named Server1 that runs Windows Server 2016. All domain controllers run Windows Server 2012 R2.
Contoso.com has the following configuration.
PS C:\> (Get-ADForest).ForestMode
Windows2008R2Forest -
PS C:\> (Get-ADDomain).DomainMode
Windows2008R2Domain -
PS C:\>
You plan to deploy an Active Directory Federation Services (AD FS) farm on Server1 and to configure device registration.
You need to configure Active Directory to support the planned deployment.
Solution: You run adprep.exe from the Windows Server 2016 installation media.
Does this meet the goal?
Answer options
- A. Yes
- B. No
Correct answer: A
Explanation
Running adprep.exe from the Windows Server 2016 installation media is necessary for preparing the Active Directory schema and forest for the new features available in Windows Server 2016, which includes support for AD FS and device registration. The alternative option, No, is incorrect because it suggests that running adprep.exe would not support the deployment, which contradicts the requirements for upgrading the schema.