The details of deployment will depend on your deployment solution. Both the CrashPlan client and HFS Hub are provided as MSI files and should be deployable by any solution
When deploying the CrashPlan client you should use the arguments
CP_ARGS="DEPLOYMENT_URL=https://console.eu5.cpg.crashplan.com&DEPLOYMENT_POLICY_TOKEN=2d1f2daa-68c9-4277-8c14-8c39aafe15e0" CP_SILENT=false DEVICE_CLOAKED=false /norestart /qn
For example
msiexec /i crashplan.msi CP_ARGS="DEPLOYMENT_URL=https://console.eu5.cpg.crashplan.com&DEPLOYMENT_POLICY_TOKEN=2d1f2daa-68c9-4277-8c14-8c39aafe15e0" CP_SILENT=false DEVICE_CLOAKED=false /norestart /qn
This ensures that Oxford University branding is applied to the client before login. It also allows you to tell the CrashPlan client the user's SSO (if you know it) so they don't have to enter that when they log in. To do that you will need to create the file "%PROGRAMDATA%\HFS Hub\crashplan-deploy.cmd" containing the lines
AGENT_USERNAME=sso@ox.ac.uk
AGENT_USER_HOME=C:\Users\Homedir
with appropriate values for the sso and home directory.
The details of deployment will depend on your deployment solution. The HFS Hub is supplied as a package file. The CrashPlan client is a disk image containing a package file.
When deploying the CrashPlan client you should first deploy the file /Library/Application Support/CrashPlan/deploy.properties containing
DEPLOYMENT_URL=https://console.eu5.cpg.crashplan.com
DEPLOYMENT_POLICY_TOKEN=2d1f2daa-68c9-4277-8c14-8c39aafe15e0
CP_SILENT=false
DEVICE_CLOAKED=false
This ensures that Oxford University branding is applied to the client before login. It also allows you to tell the CrashPlan client the user's SSO (if you know it) so they don't have to enter that when they log in. To do that you will need to create the file /tmp/crashplan-deploy.yyyymmddHHMMSS.sh where yyyymmddHHMMSS is a timestamp (actually it doesn't have to be but it must be 14 characters long). This file must contain the lines
AGENT_USERNAME=sso@ox.ac.uk
AGENT_USER_HOME=/Volumes/Home/User
with appropriate values for the sso and home directory.