Note: You will need to be running PDQ Deploy in Enterprise mode to use this functionality.
- Create a new PDQ Deploy package and give it a descriptive name.
-
Under Steps choose “Command”
-
Give the Step a descriptive name, (i.e. Collect PPLOGS as User), then under “Details tab > Command” type or paste in the command below, then replace \\server\share with a valid network path for your environment. Note: Users must be able to create files under the network path you choose.
echo y|pplogs /out:\\server\share\pplogs\%computername%\pplogs-%computername%-%username%.zip
-
Next, under the “Options” tab set the “Run As” to “Logged on User” then click “Save” to save your progress so far.
-
Then select the “New Step” dropdown and choose “Command” from the dropdown list.
-
Give the Step a descriptive name, (i.e. Collect PPLOGS as Admin), then under “Details tab > Command” type or paste in the command below, then replace \\server\share with a valid network path for your environment.
echo y|pplogs /out:\\server\share\pplogs\%computername%\pplogs-%computername%-admin.zip
-
Click “Save” then test your deployment, once the deployment has executed successfully check your network share to see the results.