
Joshua Mackelprang
Comments
-
Hey Geoff, A quick foreach loop in PowerShell should take care of this, $files = Get-ChildItem C:\Users\*\Desktop\your_shortcut.lnk foreach ($file in $files) { Remove-Item $file -Force -WhatIf...
-
Hi, This is really a matter of personal preference, just keep in mind what access your defined accounts in PDQ need access to Personally, I would suggest DFS servers and using pull mode as that wil...
-
Hi, The run-as options are usually only needing to be modified for very specific installers, the Deploy User in most cases will be the best choice. Firefox for example, if ran under the context "D...
-
Hi, Something like this should do the trick: -Josh
-
Hi, Patrick is correct, there is not a way to do this directly within Deploy, but you could accomplish something similar with schedules, and some manual cleanup. Schedule 1: File-Copy all required ...
-
Hi, Its not possible to run a scan as the logged on user, but a files and directories scanner can still get that information, see this KB for more information: https://support.pdq.com/knowledge-bas...
-
Hi Gilbert, This link should get you going in the right direction: https://documentation.pdq.com/PDQInventory/16.4.0.0/index.html?dynamic_collection_editor.htm The collection library is also always...
-
Hi, You'll likely want to structure your filters like this: All > Not Any > Application Name > Contains > (app_name) This will also return machines in your console that have not been scanned, so t...
-
Robert, Thank you for agreeing to work with Jason on this issue. We value feedback from admins like yourself who manage large numbers of machines. We have been able to make tweaks to the applicati...
-
Hey Alan, I have turned this into a support ticket, I'll be contacting you soon via email.