Your network contains an Active Directory domain named contoso.com. The domain contains servers named Server1 and Server2 that run Windows Server 2012
R2.
You create a windows PowerShell script named Scriptl.psl that contains the following configuration:
You need to apply the configuration to Server1. The solution must ensure that the configuration on Server1 can be updated by modifying a MOF file on Server2.
Which actions should you perform on each server?
To answer, select the appropriate server on which to perform each action in the answer area.
Hot Area:
Install “windows powershell desired state configuration service” on server2 to set it up as a DSC pull server.
“Script1.ps1” to be run on Server2 to define configuration, followed by “ConfigGroup1” command to generate the MOF file locally.
“Set-DscLocalConfigurationManager” on Server1 to configure LCM to pull DSC configuration (MOF file) from Server2 and apply it locally.