Avatar

Jordan PDQ

  • Total activity 15
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 1
  • Subscriptions 5

Activity overview

Latest activity by Jordan PDQ
  • Jordan PDQ commented,

    Joshua Campbell I believe the scan step in deploy is still kicking of an Inventory scan, so any setting Inventory has is what it will run by. I think it might be possible to edit the collection, bu...

  • Jordan PDQ commented,

    Joshua Campbell It looks like it generally has the version in the name of the file, so on the selection you might be able to do a calculated property to trim that down and end up with the version, ...

  • Jordan PDQ commented,

    Jeb Gardner 1.x was found not to be vulnerable, so the hash for those files was not included, it is only comparing against hashes from 2.0 up to the latest version. 

  • Jordan PDQ commented,

    Nick Franzen Bobby's is better, I am removing so make sure his is highlighted

  • Jordan PDQ commented,

    I downloaded 2.12.1 from here https://downloads.apache.org/logging/log4j/

  • Jordan PDQ commented,

    Ray Holtz, You are correct that your version is best practice. I updated the blog with that change to the code, as well as a section about the collection when no file is found from earlier in this ...

  • Jordan PDQ commented,

    Best way around that is to test if it is there first, then remove if it is found. If(Test-Path "C:\Program Files\WindowsApps\Microsoft.WindowsStore_11712.1001.23.0_x64__8wekyb3d8bbwe"){ Remove-Item...

  • Jordan PDQ commented,

    My best bet on why this is working when you run it locally but not from Deploy is Add-AppxPackage does not have an -alluser like remove does. So it is attempting to install for the Deploy user. Fo...

  • Jordan PDQ commented,

    I do not think I would need the entire xml of the package, but could you copy the powershell for step 4 into a code block? I can take a look at it and see if I get a similar error. One question I d...