Microsoft Exam Questions

How should you configure Service1?

Your network contains an Active Directory domain named contoso.com. The domain contains a server named
Server1. Server1 runs Windows Server 2012.
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 theconfig parameter.

B.
From a command prompt, run sc.exe and specify thesdset parameter.

C.
From the Services console, configure the General settings.

D.
From Windows PowerShell, run Set-Service and specify the -PassThrough parameter.

Explanation:
Executing the sc.exe command with the config parameter will modify service configuration.