Move computers between SEPM servers
That pesky sylink.xml file again… We had to reinstall our SEPM server, which left a lot of clients stranded. Well, rather than go around and reinstall on all the clients, which doesn’t work anyway, here’s a better way to update them. The file, sylink.xml contains the entire configuration, so obtain a copy from a workstation that is successfully connected to the SEPM server in the group you want. The file is located at c:\program files\symantec\symantec endpoint protection\sylink.xml. Now that you have a good working copy, let’s move ahead.
Use a tool such as psexec to attach to the machine, or just pull them up with computer management, remotely. Either via command prompt or compmgmt.msc, kill the “Symantec Management Client” aka smc.exe. Using psexec, it’s smc.exe -stop. Now either delete or rename sylink.xml and copy over the spare copy you hold in your hands. Restart the SMC service (psexec, smc.exe -start). Check your server for the new workstation and move it into the proper group if needed!
