Posts

Showing posts from July, 2020

Dynamically Install Hardware Support Apps with Microsoft Endpoint ConfigMgr

Image
This article has moved to  https://blog.lenovocdrt.com/#/2020/dynamic_hsa This post is intended to provide another solution to install the recently released HSA packs for your ThinkPad in a ConfigMgr Task Sequence. For an in-depth overview of these HSA packs and installation script, refer to this post .   To make this process a bit easier and to reduce the number of steps in your Task Sequence, this solution goes hand in hand with an older post ( Dynamically Updating BIOS ). Workflow We can achieve this in essentially 3 steps in a Task Sequence.   Set the correct Package to download for the applicable model (PowerShell script) Download Package to a custom path on the client Installation using the Install-HSA.ps1 script (provided here ) Step 1: Download HSA Pack First, you'll need to download/extract the contents of the HSA pack to a desired location and place the Install-HSA.ps1 file in the top level directory.  Step 2: Create Legacy Package(s) In the ConfigMgr console, create a Pa