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...
-
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...
-
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...
-
Answered
Weird PowerShell error
Got a weird issue with a PowerShell tool in my PDQ server. The script is as follows $computer = '$(Computer:TARGET)' $host.ui.RawUI.WindowTitle = "Logon details of $Computer" $ErrorActionPr...
-
Inventory Powershell replaced with CMD
I recently noticed that the Powershell window when running tools has been replaced with a CMD window. The server hosting the PDQ installation has since been rebooted. For the most part, this is not...