Background
Some customers deploy software packages using Active Directory (AD) Group Policy Objects (GPO). This document describes the process of deploying the CentreStack Cloud Drive software via GPO.
Procedure
- The basic process for deploying software via GPO is well documented and hasn’t changed in a number of years. For instance: https://support.microsoft.com/en-us/help/816102/how-to-use-group-policy-to-remotely-install-software-in-windows-server
- Download the latest 32-bit and 64-bit Windows clients from https://www.centrestack.com/p/download_gce.htm and save the msi files in the share that is being used as the software distribution point. The clients must be version 9.6.2543.41446 or later. Earlier versions have problems installing silently via GPO.
- On the AD domain controller run Group Policy Management.
- Create a WMI Filter such that a GPO will only apply to 32-bit workstation computers:
- Right click on the WMI Filter node in the tree pane and select New…
- This filter will apply to 32-bit workstations only (it won’t apply to 64-bit or Windows Server computers). Fill in the Name and Description fields, then click the Add button:
- Paste this text into the Query text box:
SELECT ProductType, OSArchitecture FROM Win32_OperatingSystem WHERE OSArchitecture = "32-bit" AND ProductType = 1
- Click the OK button in the WMI Query dialog.
- Click the Save button:
- Create a WMI Filter such that a GPO will only apply to 64-bit workstation computers:
- Right click on the WMI Filter node in the tree pane and select New…
- This filter will apply to 64-bit workstations only (it won’t apply to 32-bit or Windows Server computers). Fill in the Name and Description fields, then click the Add button:
- Paste this text in the Query text box:
SELECT ProductType, OSArchitecture FROM Win32_OperatingSystem WHERE OSArchitecture = "64-bit" AND ProductType = 1 - Click the OK button:
- Click the Save button:
- Create a GPO to install the 32-bit Cloud Drive client:
- Right click on the Group Policy Objects node and click New.
- In the Name text box using something descriptive:
- Select the new policy in the tree node, then click the Scope tab. In the WMI Filtering drop-down select the Only 32-bit Workstation filter that was created earlier:
- Click Yes:
- Right click on the GPO in the tree node, then click Edit…
- Navigate to Computer Configuration > Policies > Software Settings > Software installation:
- Right click on the Software installation node and select New then Package...
- Navigate to the share and select the 32-bit client from the list. It’s the msi package that does not have “x64” in the name. Click Open:
- Leave the default of Assigned then click OK:
- In the end the Editor window will display:
- Close the Editor window.
- Create a GPO to install the 64-bit Cloud Drive client:
- Right click on the Group Policy Objects node and click New.
- In the Name text box using something descriptive:
- Select the new policy in the tree node, then click the Scope tab. In the WMI Filtering drop-down select the Only 64-bit Workstation filter that was created earlier:
- Click Yes:
- Right click on the GPO in the tree node, then click Edit…
- Navigate to Computer Configuration > Policies > Software Settings > Software installation:
- Right click on the Software installation node and select New then Package...
- Navigate to the share and select the 64-bit client from the list. It’s the msi package that includes “x64” in the name. Click Open:
- Leave the default of Assigned then click OK:
- The Editor window will display something similar to this:
- Close the Editor window.
- Link the newly created GPOs to Organizational Units containing computers that should be assigned the Cloud Drive client packages.
Comments
1 comment
Do you have more details around deploying the new EXE versions? It would also be very helpful to have directions on installing it as a ppkg for Intune or Windows Configuration Designer.
Please sign in to leave a comment.