HP Dock ConfigMgr Global Condition

This post I’m going to cover creating a Global Condition to detect if HP Docks are connected to a Windows Device. This will make targeting the HP Dock Update Application possible, which I’ll cover in the next post. TLDR: Global Condition on GitHub: ConfigMgr_HPDock_GlobalCondition.ps1 I’m going to assume you already know about Global Conditions and … Read more

Scheduled Tasks & PowerShell

Triggering Script from GitHub This post was mostly created for myself to help remember tricks I use in creating scheduled tasks with PowerShell. I find it handy when developing thing in my lab to keep the script in GitHub, and call it remotely. You can also easily modify the script to copy the script local … Read more

Secure Wipe with SDELETE revisited

So many years ago I blogged about using sdelete to run a secure wipe task task squence. Secure Wipe with logging using ConfigMgr Task Sequence – GARYTOWN ConfigMgr Blog Since then, I’ve updated it a bit, and I’m reposting and uploading the Task Sequence. There are no packages associated with it, all content it needs … Read more