You have a server named Server1 that runs Windows Server 2012 R2.
You plan to use Windows PowerShell Desired State Configuration (DSC) to confirm that the
Application Identity service is running on all file servers.
You define the following configuration in the Windows PowerShell Integrated Scripting Environment
(ISE):
You need to use DSC to configure Server1 as defined in the configuration.
What should you run first?

A.
Service1
B.
Configuration1
C.
Start DscConfiguration
D.
Test-DscConfigu ration
This is a function call to create a MOF file which will later be used with Start-DscConfiguration for implementation.
Test-DscConfiguration is used to compare existing with provided DSC configuration of a system.
0
0