Get-CMTSAgentSetupInfo (Get ConfigMgr Task Sequence Agent Setup Step Info)
We recently performed an upgrade of our ConfigMgr 2012 R2 Infrastructure and due to way how we install the Agent and Agent patches, we had to update the “Setup Windows and ConfigMgr” step within a number of our Task Sequences. I therefore wrote the below Get-CMTSAgentSetupInfo.ps1 PowerShell script which dumps all the ConfigMgr Agent Setup step information from all or specified task sequences. The script retrieves the following information: Task Sequence Name Agent Instalaltion propoerties Read More ...

Use PowerShell to find all collections where the specified device has a membership
Yesterday I deployed a computer with ConfigMgr and then wondered why it got certain software installed. And so another script was born. The Get-CMCollectionOfDevice command retrieves all collections where the specified device has a membership The Script can be downloaded from here [crayon-5c6c7b078ac07287358110/]
Use PowerShell to Troubleshoot Group Policy
While I was on vacation last summer Ed Wilson aka Microsoft Scripting Guy asked me if I would like to write a guest post for the Hey Scripting Guy Blog. Of course !! was my immediate response. And here it is: Weekend Scripter: Use PowerShell to Troubleshoot Group Policy The script referenced can be downloaded from herehttp://gallery.technet.microsoft.com/scriptcenter/Get-GPProcessingTime-a124aaf5