What should you run first?

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?

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



Leave a Reply 2

Your email address will not be published. Required fields are marked *


blaze13541

blaze13541

Explanation please

lkj

lkj

Poorily worded question, not enough information as the config file would be saved at configuration1.ps1

the details are in https://docs.microsoft.com/en-us/powershell/dsc/quickstart

(1) Write the configuration – powershell file
(2) Compile configuration – run the powershell file(hence Ans 2)
(3) Apply Config using “Start-DscConfiguration”