Avatar

Craig Whetton

  • Total activity 61
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 12
  • Subscriptions 17

Posts

Recent activity by Craig Whetton
Sort by recent activity Recent activity Votes
  • 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?  

    • Created
    • 2 followers
    • 3 comments
    • 0 votes
  • 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...

    • Created
    • 3 followers
    • 1 comment
    • 1 vote
  • 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...

    • Created
    • 4 followers
    • 4 comments
    • 0 votes
  • 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...

    • Created
    • 2 followers
    • 3 comments
    • 0 votes
  • 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...

    • Created
    • 2 followers
    • 4 comments
    • 1 vote
  • 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...

    • Created
    • 2 followers
    • 1 comment
    • 1 vote
  • 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...

    • Created
    • 0 followers
    • 0 comments
    • 0 votes
  • 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...

    • Created
    • 2 followers
    • 4 comments
    • 0 votes
  • 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...

    • Created
    • 1 follower
    • 1 comment
    • 0 votes
  • 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...

    • Created
    • 2 followers
    • 3 comments
    • 0 votes