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 3

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


t

t

e. The question is what you should use first to apply this configuration. As seen in the picture the configuration is called configuration1. Running it would do.

A

A

DSC is a management platform in PowerShell that enables you to manage your IT and development infrastructure with configuration as code

A

A

Configurations are declarative PowerShell scripts which define and configure instances of resources. Upon running the configuration, DSC (and the resources being called by the configuration) will simply “make it so”, ensuring that the system exists in the state laid out by the configuration.