Avatar

Craig Whetton

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

Posts

Votes on activity by Craig Whetton
  • 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
  • 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

    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
  • Scan Profile Age collection

    I want to create a collection that shows computers that the last time they were scanned with a specific scan profile is older than x days. I know that within the scan profiles I can set it to scan ...

    • Created
    • 1 follower
    • 0 comments
    • 0 votes
  • Scan Age doesn't seem to work correctly

    We have standard scan to scan every night, and also if the scan age is more than 7 days old. When I was watching the video on scan profiles, it said that this scan age is for that scan profile, mea...

    • Created
    • 2 followers
    • 2 comments
    • 0 votes
  • How do I set PDQ to only scan between certain times of the day?

    For one of the scan profiles, I have a trigger set so that it scans every 30 mins. What I want to do is specify only scan between 8am and 4pm each day.  Please could you tell me how to do this? I d...

    • Created
    • 3 followers
    • 3 comments
    • 0 votes