Craig Whetton
Posts
-
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?
-
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...
-
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 - 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...