Your network contains an Active Directory domain named contoso.com.
The domain contains a server named Server1. Server1 runs Windows Server 2012 R2.
You create a group Managed Service Account named gService1.
You need to configure a service named Service1 to run as the gService1 account.
How should you configure Service1?

A.
From a command prompt, run sc.exe and specify the theconfig parameter.
B.
From the Services console, configure the General settings.
C.
From Windows PowerShell, run Set-Service and specify the -StartupType parameter.
D.
From the Services console, configure the Log On settings.
Explanation:
Executing the sc.exe command with the config parameter will modify service configuration.
70-411 question
0
0
A & D both work, not sure why A is the preferred answer, but not likely to be on the 412 anyway.
0
0