Driver Pack Mapping and Pre-Cache v2

I blogged awhile back about how we were pre-caching drivers… and it worked… until it didn’t. NOTE, I have a script on GITHUB that creates all of the Driver Packages with the Program, check it out. Bug: after updating driver source and bumping content, we had issues.  So we re-worked it and modified the idea … Read more

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

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