Security Note on Backup Images

Each installation of the Sophos Connect client generates a unique GUID on a clean installation. The GUID is saved in a file called scvpn.uid and lives in the installation folder. This GUID will carry over on upgrade.

If you want to create a backup image (Ghost image) of endpoint computers that includes the Sophos Connect client, you should remove the scvpn.uid file beforehand. Follow the steps below depending on the operation system. You can also include them in a script.

On Windows

  1. Open the command line and run the following commands:

    net stop scvpn
    del c:\Program Files (x86)\sophos\connect\scvpn.guid

On macOS

  1. Open the command line and run the following commands:

    net stop scvpn
    sudo rm /Library/Sophos Connect/scvpn.uid

Related Information

Sophos Connect: Command-line interface (CLI) guide: KBA 000038531