Run Script -> Run Windows Update

So you want to run Windows Update with PowerShell? Heck yes you do! And once you do, it’s only one more step to make it a Run Script! Script on GitHub: Run-WindowsUpdates.ps1 Related: How To Create List of Variables in Run Scripts So here is just running the PowerShell. Default provides list of available updates: … Read more

Run Script -> Run Scheduled Task

Trigger a Scheduled Task via a Run Script. Create the Run Script, get code from GitHub: Run-ScheduledTask.ps1 Run on Machine > Type in the name of the Scheduled Task (Feel free to made this a List of Options of ones you might normally trigger) If you type in something that doesn’t exist: It simply lets … Read more

HPCMSL – New-HPDriverPack

HP is about to release an update to the HP Client Management Script Library, (1.6.5) and with it, a new Commandlet, New-HPDriverPack. This fills a void with driver packs that has been plaguing us for years. The issue HP tackled? Stale driver packs! Typically driver packs get updated… rarely, lets go with that, but individual … Read more

Viewing ConfigMgr logs via PowerShell

Do you connect to remote machines via PowerShell frequently and view CM Logs… it’s ugly… so with the help of my friend Jeff Scripter, I’ve made it less ugly. TLDR.. Nice Script to create functions on GitHub UPDATE: 23.05.15- Jeff has released an updated version of the function: jpscripter/LogParsing (github.com) It will automatically populate a … Read more