Nomad – Delete Package LsZ Files from List of DPs – PowerShell

Ok, this is more for me to reference than others. Another great post to reference similar issues: https://miketerrill.net/2019/01/07/nomad-software-update-lsz-file-purge-aka-whack-a-mole/ Came across a problem with Nomad not downloading Packages properly, it was downloading the wrong version. (which would fail) Clients were getting LsZ File (PS100044_1.LsZ) when the Server’s content was actually version 3. DP’s were not updating … Read more

WaaS 1809 – Regkey to MOF

We are currently writing several keys & values to the registry for our process to collect metrics, more details HERE: Registry Values used in WaaS Process for reporting So, you have all that awesome data from your upgrades, and you want to collect it into your database for reporting, Registry to MOF is the key.  … Read more

Add Application to AppPath Using PowerShell

Thanks Jeff Scripter for this nugget: @JeffTheScripter Why do this?  Because I want to press WindowsKey+R and type in the application and have it launch.  I don’t want to have to search the start menu, or the drive if there is no start menu shortcut.  I just want it to be in the path so … Read more