The batch file below will move a VIPRE agent to a new server. Be sure to change “servername.domain.xyz” to the appropriate DNS name of the new server.
sc config sbamsvc start= disabled net stop sbamsvc taskkill /f /im sbamsvc.exe sc config sbamsvc start= disabled (if exist "C:\ProgramData\GFI Software\Antimalware" CD C:\ProgramData\GFI Software\Antimalware) (if exist "C:\Documents and Settings\All Users\Application Data\GFI Software\Antimalware" CD C:\Documents and Settings\All Users\Application Data\GFI Software\Antimalware) del policy.xml del agentsettings.xml (reg add HKLM\SOFTWARE\Wow6432Node\SBAMSvc /v PolicyServiceMachineName /t REG_SZ /d "servername.domain.xyz" /f) sc config sbamsvc start= delayed-auto net start sbamsvc