Problem:
Is there anyway I can start and stop the ConfigMgr Client Service from a Command Prompt?
Resolution:
Yes.
To Start the ConfigMgr Client Service (‘SMS Agent Host‘) from a Command Prompt run:
net start ccmexec
You will then see the following lines:
The SMS Agent Host service is starting.
The SMS Agent Host service was started successfully.
To Stop the ConfigMgr Client Service (‘SMS Agent Host‘) from a Command Prompt run:
net stop ccmexec
You will then see the following lines:
The SMS Agent Host service is stopping.
The SMS Agent Host service was stopped successfully.
