AndrewRathbun / DFIRPowerShellScripts

Various PowerShells scripts I've made (or others have made) to automate some of the boring stuff in my everyday DFIR journey!
MIT License
44 stars 15 forks source link

Parse-MatterMostDownloadsJson - Handle App Updates better #4

Open AndrewRathbun opened 1 year ago

AndrewRathbun commented 1 year ago
  "#:(APP_UPDATE):#": {
    "type": "update",
    "progress": 0,
    "location": "",
    "mimeType": null,
    "addedAt": 0,
    "receivedBytes": 0,
    "totalBytes": 0,
    "filename": "5.4.0",
    "state": "available"
  }

need to handle this better