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 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?

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 the Services console, configure the General settings.

B.
From Windows PowerShell, run Set-Service and specify the -StartupType parameter.

C.
From a command prompt, run sc.exe and specify the config parameter.

D.
From a command prompt, run sc.exe and specify the privs parameter.

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



Leave a Reply 1

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

4 × 5 =


luischavez714

luischavez714

Correct answer is C.

Sc config
– Specifies the service name returned by the getkeyname operation.
obj= { | }
Specifies a name of an account in which a service will run, or
specifies a name of the Windows driver object in which the driver will run. The default setting is LocalSystem.