
Colby Bouma
Activity overview
Latest activity by Colby Bouma-
Colby Bouma commented, Deploy does not start in C:\, so you probably need to add the following as the first line: CD \
-
Colby Bouma commented, Deploy executes CMD steps as batch files, so you have to double up the %. https://ss64.com/nt/for.html FOR /F %%i IN ('dir /b {*') DO set lgpodir=%%i
-
Colby Bouma commented, Ah, the clock is set to the future, not the past. That makes more sense :) Still, the clock on that computer is wrong, or at least was when it booted. That's not Inventory's fault. Also, make sure ...
-
Colby Bouma commented, What does Inventory show for Boot Time on that computer? You can find it by opening the computer, going to the Computer tab, then looking under General. If it says 1923, then the clock is wrong on ...
-
Colby Bouma commented, With the default profile I can tell it scan every 5 minutes. If i make a custom one its every 30 minutes? Switch to an Interval Trigger. It can be set as low as every 1 minute, but I'd recommend ...
-
Colby Bouma commented, For scheduled tasks, I modified this: https://community.spiceworks.com/topic/256331-get-user-info-that-scheduled-task-runs-as schtasks.exe /Query /V /FO CSV | ConvertFrom-Csv | Select-Object 'TaskN...
-
Colby Bouma commented, -
Colby Bouma commented, I recommend 1 Schedule per Package, targeted at the corresponding "old version" Collection, with "Stop deploying to targets once they succeed" disabled, and no Collection Condition on the Packages....
-
Colby Bouma commented, Yes, by setting "Concurrent Targets per Deployment" to 1: https://link.pdq.com/docs-PDQDeploy?performance.htm However, I HIGHLY recommend using a Registry Scanner instead: https://link.pdq.com/docs...
-
Colby Bouma commented, Another option is to create a Collection (Dynamic or Static) that contains the computers you would like to exclude, then add the following Filter to your Collection: Computer | Collection | Is Not ...