Viewing ConfigMgr logs via PowerShell

Do you connect to remote machines via PowerShell frequently and view CM Logs… it’s ugly… so with the help of my friend Jeff Scripter, I’ve made it less ugly. TLDR.. Nice Script to create functions on GitHub UPDATE: 23.05.15- Jeff has released an updated version of the function: jpscripter/LogParsing (github.com) It will automatically populate a … Read more

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