Client Unmanaged Managed
The joys of Symantecs Endpoint Anti-virus Software.
Making a managed session unmanaged.
The purpose of this can be two fold:
- You need to make a managed SEP into an unmanaged SEP
- You need to change where a managed SEP looks for it's updates.
- This second options has really bugged me. I have tried may things to make this happen and this has been my solution.
- Start
- run
- cmd [enter]
- run the following:
- "c:\program files\symantec\symantec endpoint protection\smc.exe" -stop
- copy \\server\cds\symantec\Symantec_Endpoint_Protection_11.0.4\SEP-Unmanaged\SyLink.xml "c:\Program Files\Symantec\Symantec Endpoint Protection"
- \\server\cds is the location on pur server where the symantec CD has been copied to.
- "c:\program files\symantec\symantec endpoint protection\smc.exe" -start
- If all you are wanting to so is created an unmanaged session: STOP.
- Import the correct Communications
- To the Profile Import
- And to the Communications Import
- "c:\program files\symantec\symantec endpoint protection\smc.exe" -stop
- Wait 10 seconds
- "c:\program files\symantec\symantec endpoint protection\smc.exe" -start
- Enter the trouble shooting section and you should see the new Managed Settings.
This script in a batch file in u:/ai.net.nz/unmanage.bat can be run on one of our server to do this automatically:
u:/ai.net.nz/unmanage.bat
@echo off
"c:\program files\symantec\symantec endpoint protection\smc.exe" -stop
copy U:\ai.net.nz\SEP_Unmanaged\SyLink.xml "c:\Program Files\Symantec\Symantec Endpoint Protection"
OR
copy \\sparky\iso\Schools\NortonsAntivirus\Symantec_Endpoint_Protection_11.0.4\SEP-Unmanaged\SyLink.xml "c:\Program Files\Symantec\Symantec Endpoint Protection"
"c:\program files\symantec\symantec endpoint protection\smc.exe" -start