Craig Whetton
Posts
-
Meltdown-spectre patch collections
Please could we could a collection in Inventory that shows which computers are and which aren't patched against the meltdown-spectre vulnerabilities.
-
PowerShell Scanner results True/False automatically true if no scan
We set up a new PowerShell scanner recently, specifically the one around Windows11 compatibility shown on the webcast. We realised after putting it in service that we wanted to collect some more da...
-
Feature request - match CSV import with other fields
As far as I'm aware, this isn't currently capable. I'd like to be able to match up a CSV import with fields other than the computer name (specifically the model number in this case). Whilst I could...
-
Update custom field via PowerShell
Is there any way of updating custom fields via PowerShell? My aim is to just be able to run a script on a PC which will then update the custom field with the relevant information pulled by the scri...
-
I need help make these collections better - help!
Currently, I have two dynamic collections to do with a piece of software.One looks to see if there is a specific file there and another looks to see if registry keys are there. These collections wo...
-
Error deploying Office 2016
Trying to deploy Office 2016 using PDQ Deploy. I've followed the guide but it still errors. Where could I be going wrong?
-
PSCustomObject and Inventory PowerShell Scanner
So we have a PowerShell scanner in Inventory to list what WiFi profiles are on a laptop. $list=(netsh.exe wlan show profiles) -match '\s{2,}:\s'foreach($item in $list){$array = $item.split(":") $a...
-
Dynamic Collection form PowerShell scanner
Over the last week, I have been playing with the PowerShell scanner to bring our WSUS data into inventory. During my testing, this is how my data was in Inventory: Which allowed me to create a dyn...
-
Feature request
Apologies if someone has already requested this/if it's already a feature (though I've not come across it). In PDQ Inventory, it says when the scan was triggered by PDQ Deploy. If possible, could i...
-
Answered
Deleted WMI Scanners aren't completely disappearing
I was testing a couple of different WMI scanners at the same time, to see which worked best for us. Deleted the scan profiles for each of the ones no longer required, but when in the dynamic collec...