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

Grabbing Info via PowerShell

Simple Post to start collecting things I often forget but use enough that I need to know. Hardware: General: Client Auth Cert Battery Info Language Pack Info Custom Functions [Hosted on GitHub] Get-TaskSequenceInfo Start-TaskSequence Get-CCMDTSJobsActive

PowerShell – Random Holiday

You ever want to collect a random holiday to spice up your report? No? Really? Just me? Whatever. In Action: How it works. Based on the website “Checkiday.com”, the script grabs their RSS in XML format,(after confirming it can connect) digs through it and returns all of the different events for that day into $EventNames”From … Read more