Client Deployment using PDQ Deploy

Client Deployment using PDQ Deploy

The purpose of this document is to help IT teams deploy the CurrentWare client to workstations using PDQ Deploy. PDQ is a well known software company that deals with deployment and computer management within the IT industry.

Requirements:

  1. PDQ Deploy
  2. CurrentWare Server installed
  3. Computers that need to install the CurrentWare Client

Install PDQ Deploy

Download PDQ here: https://www.pdq.com/pdq-deploy/. You will need to enter your name and email address for the installation file to be sent to you. Go through the install steps and launch PDQ Deploy.


PDQ First Use

  1. Once started, you will need to click Next
  2. Choose the Use Free Mode radio button and click Next
  3. Here you will enter your domain/workgroup, administrator user name and password and click Finish.


Create a cwClient Deployment Package

  1. Go to File and select New Package
  2. Here you will create your CurrentWare deployment package details. Name the package CurrentWare Client and put in the software version number

  3. Click on Steps and select Install

  4. In this window you can browse for the CurrentWare cwClient.exe install file. It is located in the following directory on your CurrentWare Server computer: C:\Program Files (x86)\CurrentWare\cwClient

  5. Once located, add the following installation parameters:
/qn ALLUSERS=1 USERPARAMS="-p Admin -ds 192.168.1.100" /norestart
  1. Replace the value after -ds with your CurrentWare Server IP Address or Computer Name
  2. When finished, click the Save button. Now you’re ready to deploy

Deploying the cwClient

  1. Click the Deploy button and Deploy Once

  2. Here select the Choose targets button and you can add PCs by Active Directory or manually by their IP address or computer name in the Add Computer text box.

  3. Once added, you can click Deploy Now
  4. You can see in the details section on the right the Deployment Details and the Target Details where you can see if it’s successful or failed.


Please refer to PDQ Deploy Support for troubleshooting
https://help.pdq.com/hc/en-us


    • Related Articles

    • Client Deployment using Active Directory with Batch File

      The purpose of this document is to help network administrators deploy the CurrentWare client to workstations using a batch file and Window’s Group Policy. This procedure is targeted to network administrators familiar with deploying software through ...
    • Client Deployment using Remote Client Install

      As of v9.0.0, we have added the capability to push out clients directly from the web console. Important! Windows Firewall and User Access Control (UAC) must be disabled on your target computers. The Remote Client install is a built-in feature of the ...
    • Client Deployment using Remote Client Installer – Legacy

      Note: This feature is available on the web console as of v9.0.0. Click here to learn how to use this feature from the web console. Important! Windows Firewall and User Access Control (UAC) must be disabled on your target computers. The Remote Client ...
    • Client Deployment using Active Directory with .MSI file

      The purpose of this document is to help Network Administrators deploy the CurrentWare client to workstations on their Windows Active Directory Domain. This procedure is targeted to Network Administrators familiar with deploying software through Group ...
    • Deploy CurrentWare Client using command lines

      For installs involving a large number of client computers, you can use this CurrentWare Client Install command line to perform the installation. Z:\cwClientSetup.exe /qn ALLUSERS=1 USERPARAMS="-p Admin -ds 192.168.1.205" /norestart Replace the values ...