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

ConfigMgr TS Basics – Model Mapping Conditions

I still get asked this pretty often, and I share this post: Driver Pack Mapping and Pre-Cache, and get told… ok, that’s cool… but lets keep it simple for now… so in this post, I’ll go with the simple method of having a download step per model driver package. Related Posts: Using your ConfigMgr inventory, … Read more

ConfigMgr Inventory SystemSKUNumber, Product & BIOSVersion for Device Mapping

TLDR: Add Custom WMI Class MS_SystemInformation, and grab it from there. Related Content: Adding to Your Hardware Inventory – Recast Software (Adding Product into Inventory which is used by HP) Why? I use SystemSKUNumber for Driver Pack matching on Dell Systems similar to how I use Product for HP devices. Having this information in your … Read more