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



Leave a Reply 6

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

10 + six =


bobo

bobo

According to the explanation it should be A. According to me it should also be A.

miltux

miltux

The Correct answer is A..
Sc config, Modifies the value of a service’s entries in the registry and in the Service Control Manager database.
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.
password=
Specifies a password. This is required if an account other than the LocalSystem account is used.

mikieeee

mikieeee

70-411 again?