Command line and keyboard shortcuts for PDQ Deploy you should know

Shane head shot
Shane Corellian|Updated May 12, 2021
Command line and keyboard shortcuts for PDQ Deploy
Command line and keyboard shortcuts for PDQ Deploy

If you’re a sysadmin then you probably prefer using your keyboard to navigate around your favorite programs. Let’s take a look at some common PDQ Deploy tasks and show you how you can accomplish these using either keyboard shortcuts or the CLI (Command Line Interface)

Keyboard shortcuts

Who doesn’t love a good shortcut? From creating and scheduling a deployment, to reattempting a deployment there’s a shortcut for that. You can view the full list as a PDF here. You can also look at the various commands in different menus to see the corresponding shortcut keys.

PDQDeployFileMenuKeyboardShortcuts

Working with packages in the console

  1. Deploy a package: CTRL+D

  2. Rename a package: F2

  3. Duplicate a package: Alt+Insert (This is a way to perform a copy and paste with one command.)

  4. Importing a package: CTRL+I

  5. Exporting a package – CTRL+E

Command Line Interface

You can utilize the CLI from a common cmd.exe window. Make sure to change your directory to your PDQ Deploy directory under Program Files or Program Files (x86).The command you can use is PDQDeploy.exe. To pull up a Usage statement type: PDQDeploy Help.

PDQDeployCLI

To see the available options for deploying packages via the CLI type: PDQDeploy Help Deploy The command to deploy is PDQDeploy Deploy -Package -Targets In the example below I am deploying Java 8 Update 51 to the computers, Archie, Aikau and V32-01.

PDQDeployCLIDeploy

You can also initiate a deployment of a previously defined PDQ Deploy Schedule. The only catch here is that you need to know the Schedule ID. The example below kicks off a schedule of Google Chrome Enterprise. The schedule ID in this case is the #2.

PDQDeployCLISchedule

To see the usage statement for the various commands type:

PDQDeploy Help Deploy
PDQDeploy Help StartSchedule

Shane head shot
Shane Corellian

Shane is the co-founder of PDQ.

Related articles