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.
sc Service1 start= auto obj= gservice1 password= thepassword
so answer is C.
If doing the real command, it’s important to let a space after the “=” sign.
0
0
The answer is C,
But the right command is:
sc.exe config Service1 obj= contoso\gservice1 password= thepassword
0
0
Just beneath, are several completely not connected sites to ours, however, they are certainly worth going over.
0
0
here are some links to internet sites that we link to because we believe they’re really worth visiting
0
0
we came across a cool internet site that you simply may possibly delight in. Take a search if you want
0
0
just beneath, are many absolutely not related web sites to ours, even so, they’re certainly really worth going over
0
0
Here are a number of the internet sites we advise for our visitors
0
0