You'll probably need to do a custom script that returns the value. Using the Win32_OperatingSystem class you can pull the Version.
PowerShell: PS C:\> (Get-WmiObject -ComputerName $env:computername -Class Win32_OperatingSystem).Version 10.0.10586 From: [email protected] [mailto:[email protected]] On Behalf Of Fast, David D. Sent: Wednesday, July 27, 2016 3:10 PM To: [email protected] Subject: [mssms] Windows 10 Branch / Build number in BGInfo Anyone know of a way to get BGInfo to display the Windows 10 branch info (i.e., 1511, 160x) or build number (10240, 10586, etc)? Thanks, David ________________________________ The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer. ********************************************************** Electronic Mail is not secure, may not be read every day, and should not be used for urgent or sensitive issues

