Create ConfigMgr Collections based on Non-Compliant CIs – PowerShell

In this post, I’m going to show how you can use PowerShell to create & update query collections for non-compliant CIs.To create the Collection Query, you need two pieces of information, the Unique ID and the what Info you want Returned, (Noncompliant or State = 2) Typical Collection Query for NonCompliant CI: Each CI has … Read more

CI to Monitor Path Variable

As mentioned in Previous Post, we’ve had upgrades fail due to non-standard path variables. I’ve created a CI that captures the path and looks for specific things then reports Compliant, or reports the issue, which we track with reports.  We use this in our PreAssessment / PreFlight Rules, so if this is Non-Compliant, it prevents … Read more