Installing the Backblaze Computer Backup Client via Microsoft Group Policy Installing the Backblaze Computer Backup Client via Microsoft Group Policy

Installing the Backblaze Computer Backup Client via Microsoft Group Policy

Nathan Verrilli Nathan Verrilli

Installing the Backblaze Computer Backup Client via Microsoft Group Policy

Distributing software to tens, hundreds, or thousands of desktops can be a monumental task. Fortunately, numerous tools exist to simplify the procedure. Microsoft’s Group Policy management system for Windows Domains can simplify the procedure. 

Overview

The procedure is as follows:

  • Gather required information
    • The Backblaze Backup Client MSI installer can be downloaded from https://secure.backblaze.com/update.htm
      • The MSI is available from some small type near the bottom of the screen
    • The GroupID identification for the Backblaze group
    • A GroupAuthenticationToken for the Backblaze group
  • Use Microsoft’s ORCA editor to specify MSI properties
    • Find and download the ORCA MSI table editor
    • Use ORCA to specify the GroupID and GroupAuthenticationToken for the MSI
  • Create an installation policy of the MSI and the ORCA-created modification (.MST) file

GroupID and GroupAuthenticationToken

These can be found by logging onto the Admin account for the Backblaze group, and going to Group Management.

 

groupmanagement.png

Select Send Invites

 

inviteandapprove.png

and click on Advanced Instructions. This brings up a helpful screen:

third_shot.png

which lists the parameters required. The GroupID and the GroupAuthenticationToken are the last two parameters on the command. In the above example, the GroupID is 27914, and the GroupAuthenticationToken is c24a998252466cb7dd1.

Copy and paste these values into a text file or somewhere safe; copy/paste is less susceptible to transcription error.

Setup the MSI and MST File

The MSI was downloaded from Backblaze; the MST is produced with the help of the ORCA editor. Start the ORCA editor, and use File→Open to open the Backblaze MSI file.

2018-11-08_14_17_26-Open.png

Select the Properties table.

2018-11-08_14_22_09-install_backblazemsi.exe.msi____-_Orca.png

Start a new Transform by going to Transform→New Transform.

Use the Table->Add Row command to add the BZGROUPID property, and the GroupId value (27914).

2018-11-08_14_23_23-Add_Row.png

and then do the same with BZGROUPTOKEN, setting that to the GroupAuthenticationToken value (c24a998252466cb7dd1).

2018-11-08_14_47_02-install_backblazemsi.exe.msi____-_Orca.png

Save this transform by going to Transform→Generate Transform. In this example, this transform is saved as backblaze-demo.mst.

2018-11-08_14_47_24-Save_Transform_As.png

Save the transform. Close the transform by going to Transform→Close Transform, and then exit ORCA.

Setting up the Group Policy

From Administrative Tools, select Group Policy Management.

2018-11-08_15_23_19-Administrative_Tools.png

 Find the Group Policy for the domain (the domain for this example is pawneeparks.org).

2018-11-08_15_25_38-Group_Policy_Management.png

Select the Group Policy Objects, and right-click to bring up the context menu. Create a new policy object (this demo’s is named backblaze-demo).

2018-11-08_15_26_00-New_GPO.png

Select the new policy in the right-hand pane, right-click for the context menu, and select Edit.

2018-11-08_15_32_25-Group_Policy_Management.png

This bring up the Group Policy Editor. Navigate to Software Installation under User Configurations.

2018-11-08_15_34_56-Group_Policy_Management_Editor.png

Right-click to bring up the context menu, and select New Package. Choose the Backblaze Installer. 

2018-11-08_15_35_12-Open.png

At this point, it asks how to deploy. Because there is a modification file, choose Advanced, and click OK.

2018-11-08_15_41_38-Deploy_Software.png

The editor will then offer the Properties box. Select the Modifications tab, and add the  backblaze-demo.mst file created in the previous step.

2018-11-08_15_46_42-Backblaze_Properties.png

Click OK, and then close the Group Policy Editor.

As users log on over the next few days and update themselves with the DC (domain controller), their machines will execute the policy, installing the Backblaze Computer Backup Client.