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
B
0
0
I would test-dscconfiguration first to see if it worked
D
0
0
C is the correct answer if you think about it. They ask what should you do first and the question also states “You need to use DSC to configure Server 1” keyword being “use” which means that question implies that DSC isn’t running.
0
0
http://blogs.technet.com/b/privatecloud/archive/2013/08/30/introducing-powershell-desired-state-configuration-dsc.aspx
anny ideea?
it is between B and C, i’ll go with B
0
0
B
Dev7 is right. No one told us that DSC is running then it must be started first.
0
0
I mean C of course…
0
0
http://protectiilafoc.ro/
0
0
It’s B
You need to compile the configuration to a mof file before it can be applied, and B does just that.
0
0
Here is a good Blog You may Uncover Fascinating that we encourage you to visit.
0
0
Another vote for B here – you have to create the MOF file from your configuration before you apply it.
Steps:
Create MOF file using ConfigurationName…
Apply MOF file using Start-Configuration…
0
0
bytezz,
can i ask some question regarding this exam 70-410, because I will take the exam this coming end of this month?thank you
0
0
Sure niks, go for it!
0
0