Task Sequence Deployment – Popups

So you’re using at Task Sequence to deploy something other than an Operating System, but it’s really important, and you want the popups for “High Risk” like you do with in place upgrades. NOTE: Setting “High Risk” on your TS Properties will move the Deployment in the software center from the Applications Tab, to the … Read more

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

CI to Monitor Path Variable

As mentioned in Previous Post, we’ve had upgrades fail due to non-standard path variables. I’ve created a CI that captures the path and looks for specific things then reports Compliant, or reports the issue, which we track with reports.  We use this in our PreAssessment / PreFlight Rules, so if this is Non-Compliant, it prevents … Read more