Run Scripts: Trigger Baseline Evaluation

This Script will trigger the Baseline (Based on the Baseline Name input) then report compliance and if non-compliant, what rule was non-compliant. In this example, I’m triggering the baseline “WaaS Pre-Assessment”. The script does several things.. Triggers Machine Policy & Waits 2 Minutes Gets the Baseline Information from WMI If the Baseline is in WMI, … Read more

Run Scripts: Trigger Task Sequence

Update: New “Lite” Versions – On GitHub which checks execution history. Goal: Trigger Task Sequence remotely via Run Script. Allows you to trigger on one computer or several. *The Policy for the Task Sequence most already be on this machine. Type the Package ID for the Task Sequence you want to trigger on the machines: … Read more

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