70-417 Question 9
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 ss.exe and specify the config parameter.
B. From a command prompt, run ss.exe and specify the sdset parameter.
C. From the Services console, configure the General settings.
D. From Windows PowerShell, run Set-Service and specify the -PassThrough parameter.
Correct Answer: C
Explanation/Reference:
* Services are often run with default settings -- for example, a service might be disabled automatically at startup. You can use the Services snap-in to change the default settings for a service.
* To configure how a service is started using the Windows interface
1. ClickStart , click in theStart Search box, typeservices.msc , and then press ENTER.
2. Optionally, export and save a list of the existing settings. To do this, right-clickServices , selectExport List , and save the settings list.
3. In the details pane, right-click the service that you want to configure, and then clickProperties .
4. On theGeneral tab, inStartup type , clickAutomatic ,Manual ,Disabled , orAutomatic (Delayed Start) .
5. To specify the user account that the service can use to log on, click theLog On tab, and then do one of the following:
Etc.
http://technet.microsoft.com/en-us/library/ee176963.aspx http://technet.microsoft.com/en-us/library/cc990290(v=ws.10).aspx http://technet.microsoft.com/en-us/library/cc738230(v=ws.10).aspx

No comments:
Post a Comment