ConfigMgr Run Scripts -> Get-MachineInfo

Another Simple Script, no Parameters on this, just run and grab a bunch of information. Why use Run Script? Since I don’t have Remote PowerShell access, I can run the Run Script to get info from a remote PC over Client Management Gateway (CMG). Now the output isn’t as pretty in a Run Script as … Read more

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