GPO - Symantec SyLink.xml remove to make communicate the offline client to become online
Save the below script as bat file and configure in user policy as logon script to take effect.
1.ECHO OFF
2.start "" /wait "C:\Program Files (x86)\symantec\symantec endpoint protection\smc.exe" -stop -p password
3.copy \\pugazh.co.in\sysvol\script\sylink.xml C:\ProgramData\Symantec\Symantec Endpoint Protection\14.0.3876.1100.105\Data\Config\
4.start smc -start
5.echo End of script
OR
POWERSHELL:
& 'C:\Program Files (x86)\Symantec\Symantec Endpoint Protection\14.0.3876.1100.105\Bin\SylinkDrop.exe' -p password 'c:\Users\username\Desktop\SyLink.xml'
---
Share your feedback...
1.ECHO OFF
2.start "" /wait "C:\Program Files (x86)\symantec\symantec endpoint protection\smc.exe" -stop -p password
3.copy \\pugazh.co.in\sysvol\script\sylink.xml C:\ProgramData\Symantec\Symantec Endpoint Protection\14.0.3876.1100.105\Data\Config\
4.start smc -start
5.echo End of script
OR
POWERSHELL:
& 'C:\Program Files (x86)\Symantec\Symantec Endpoint Protection\14.0.3876.1100.105\Bin\SylinkDrop.exe' -p password 'c:\Users\username\Desktop\SyLink.xml'
---
Share your feedback...
Comments
Post a Comment