Intune Hardware Hash Import During Task Sequence

https://youtu.be/-F1IF9kybbU Many organizations could import the hardware hash of their existing endpoints using SCCM or other automated means because the endpoints were already running Windows. However, in some cases, this wasn’t possible because the devices were not running Windows at the time, which was the case for my organization. We wanted to use Autopilot when converting from the old Linux solution to the new Windows Azure AD/Intune solution. To do this, we needed an automated solution for collecting the hardware hash and importing it into Intune....

01-19-2023 · Adam

PowerShell Force Compliance Baseline Evaluation

SCCM Compliance rule evaluation for a new rule can sometimes be slow or maybe you just need to manually evaluate compliance baselines or rules on a machine or group of machines. Regardless of your reasoning, the PowerShell script below can help you achieve the goal of manually and remotely kicking off SCCM compliance rule evaluations. To make this reusable in the future, we will create a simple function that we can call along with a hostname to do the dirty work for us....

03-03-2021 · Adam