QuestionQ107
Tools/Systems/ProgramsEmily, a system administrator, must automate deployment of a custom service to a group of Windows servers in her organization. She has written a script to add the new service to every server. The service will run a custom executable that supplies specific functionality for internal applications. To make sure the service is created correctly, Emily needs to identify the SrvMan command used to deploy the service to the system. Which of the following SrvMan commands should Emily use to create the new service?
- A srvman.exe add [service name] [display name] [/type:][/start:] [/interactive:no] [/overwrite:yes]
- B srvman.exe delete
- C srvman.exe stop [/nowait] [/delay:]
- D srvman.exe run [service name] [/copy:yes] [/overwrite:no] [/stopafter:]
Community Discussion