Hello Evryone,
Excuse me if there's any error, it's my 1st poste...
Probleme:
After an upgrade of my manager, all clients lost connection to the server (No green dot)
as a solution : I expoted the comunication packages (Sylink.xml) from the group and i deployed it whit the script below (For Win7):
**********************************************************
echo on
FOR /f %%I in (xxxxxxx.txt) do (xcopy "C:\SylinkDeploy\*.xml""\\%%I\c$\ProgramData\Symantec\Symantec Endpoint Protection\12.1.3001.165.105\Data\Config\" /y)
pause
***********************************************************
it seem that its working : tested on 4 clients
After receivint the sylink and rebooting the clients, the communication whit server is restored
Question : does this solution cause any other probleme or should i continue whit this methode
Thanks for your help :)