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
  • PackageID of the ConfigMgr Agent Package
  • Package Name of the ConfigMgr Agent Package
  • Package Source Path of the ConfigMgr Agent Package

The script can be downloaded form the Microsoft Script Center here

 

 

Leave a Reply