Identity with Windows Server 2016 — Question 184
Your network contains two Active Directory forests named fabrikam.com and contoso.com. Each forest contains a single domain.
Contoso.com has a Group Policy object (GPO) named Cont_GPO1.
You need to apply the settings from Cont_GPO1 to the computers in fabrikam.com.
Which two actions should you perform? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
Answer options
- A. Back up Cont_GPO1. In fabrikam.com, create and link a new GPO by using the Group Policy Management Console (GPMC), and then run the Import Settings Wizard.
- B. Back up Cont_GPO1. In fabrikam.com, run the Restore-GPO cmdlet, and then run the New-GPLink cmdlet.
- C. Back up Cont_GPO1. In fabrikam.com run the Import-GPO cmdlet, and then run the New-GPLink cmdlet.
- D. Copy\\contoso.com\SysVol\contoso.com\Policies to \\fabrikam.com\SysVol\ fabrikam.com\Policies. In fabrikam.com, run the New-GPLink cmdlet.
- E. Back up Cont_GPO1. In fabrikam.com, create and link a new GPO by using the Group Policy Management Console (GPMC), and then run the Restore Group Policy Object Wizard.
Correct answer: A, C
Explanation
Option A is correct because it outlines the proper process of backing up the GPO and using the GPMC to import the settings. Option C is also correct as it involves backing up the GPO and importing it directly into fabrikam.com using the Import-GPO cmdlet. The other options either suggest incorrect procedures or do not utilize the appropriate commands for the task.