
Colby Bouma
- Total activity 74
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 31
Activity overview
Latest activity by Colby Bouma-
Colby Bouma commented,
I am not sure if PDQ server is pulling the files to itself first, or simply telling the computer where to pull the piles from upon executing the deployment, You can configure that with the Copy M...
-
Colby Bouma commented,
Andre Leopold I recommend updating to 19.3.9.0. If that doesn't help, contact support@pdq.com.
-
Colby Bouma commented,
I believe they usually show up a day or two later.
-
Colby Bouma commented,
The only parameter you should need is the silent switch. It varies between vendors, but a few you can try are: /S -s --silent --quiet /Q
-
Colby Bouma commented,
No, because each Schedule will have its own targets. Schedule 1) 7-Zip, targets the "7-Zip (Old)" collection. Schedule 2) Google Chrome, targets the "Google Chrome (Old)" collection. You can add th...
-
Colby Bouma commented,
In that case, I recommend adding a File Copy step to your package that copies a pre-built pref.ini file to the target.
-
Colby Bouma commented,
I was referring to Conditions. If a target fails a Condition, its deployment will show as failed. If you want to build a package that you can deploy to all targets and use Collection Conditions to ...
-
Colby Bouma commented,
My personal recommendation is to create 1 schedule per package. Setting up a large package with a bunch of Nested Package steps works, but you'll get a lot of failed deployments.
-
Colby Bouma commented,
You can update pref.ini on the target with PowerShell. Where is "Server_IP" coming from? Is it the IP of the target?
-
Colby Bouma commented,
Can you just copy pref.ini to your targets, or do you need to specify unique values for each target? Also, does your vendor have any documentation about silent installation?