Endpoint Protection

 View Only
  • 1.  How can I remotely restart SEP on a workstation?

    Posted Nov 07, 2013 06:30 PM

    Thanks



  • 2.  RE: How can I remotely restart SEP on a workstation?

    Posted Nov 07, 2013 06:36 PM

    DuaneRural,

    Try this:

    1. Download PSExec: http://technet.microsoft.com/en-us/sysinternals/bb897553.aspx
    2. Then issue the following command:

    psexec \\%remotecomputer% "C:\Program Files\Symantec\Symantec Endpoint Protection\smc.exe" -stop

    Then to start it back up:

    psexec \\%remotecomputer% "C:\Program Files\Symantec\Symantec Endpoint Protection\smc.exe" -start

     

    You may need to pass a -u or -p argument for a username/password depending on your environment.



  • 3.  RE: How can I remotely restart SEP on a workstation?

    Posted Nov 07, 2013 06:37 PM

    use psexec

    to stop:

    psexec \\pcname "C:\program files\symantec\symantec endpoint protection\<version>\smc.exe" -stop

    to start:

    psexec \\pcname "C:\program files\symantec\symantec endpoint protection\<version>\smc.exe" -start



  • 4.  RE: How can I remotely restart SEP on a workstation?

    Posted Nov 07, 2013 06:41 PM

    DuaneRural,

    Try this:

    1. Download PSExec: http://technet.microsoft.com/en-us/sysinternals/bb897553.aspx
    2. Issue this command:

    psexec \\%remotecomputer% "C:\Program Files\Symantec\Symantec Endpoint Protection\smc.exe" -stop

    And then to start it:

    psexec \\%remotecomputer% "C:\Program Files\Symantec\Symantec Endpoint Protection\smc.exe" -start

     

    You may need to issue a -u or -p command depending on your environment. (to pass a username/password). This will stop the SEP services, then start them on the remote workstation you specify in the command.



  • 5.  RE: How can I remotely restart SEP on a workstation?

    Posted Nov 07, 2013 06:42 PM

    Thanks, that helps!



  • 6.  RE: How can I remotely restart SEP on a workstation?

    Posted Feb 22, 2014 02:37 PM

    Do you need more assistance with your problem or were you able to get it resolved?

    If you could post an update for followers of this thread that would be most helpful.

    Otherwise, if resolved, you can close the thread out by clicking the "Mark as solution" link at the bottom left on the most helpful post. If multiple posts helped to solve your problem, please click the "Request split solution" link at the bottom left, select the most helpful posts and click the "Submit" button. This will benefit admins looking for a resolution to the same problem.

    Thanks and take care,
    Brian