November 16th, 2015

PowerTip: Find Version of Configuration Manager

Doctor Scripto
Scripter

Summary: Use PowerShell cmdlets to identify the current version and build number of a Configuration Manager site.

Hey, Scripting Guy! Question How can I use Windows PowerShell to find the current version and build number for a client's
           Configuration Manager site?

Hey, Scripting Guy! Answer When you have the cmdlets for Configuration Manager 2012 or later loaded into the Windows PowerShell
           console, execute this line to display the information:

Get-CmSite | Select-Object Servername,SiteCode,BuildNumber,Version

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.