Report to find Windows 10 version
New to Kace and Patch Management so be gentle!
If we do need to update some PC's, I am going to attempt to push the Feature Update through Patch Management using this article. If anyone knows of a better or easier way than I would love to hear it.
Thanks in advance!
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
bmontooth
6 years ago
So I was able to figure the report out on my own. I found that I can create a report that will show Build Version, IP, System Name and User Logged to get what I need and then reference the Build Version to the Microsoft list of Builds to Versions and go from there.
For those that would like this report here is what I did:
New Report
Title - Computer OS Version
Category - Software
Description - shows build version installed on PC
Fields to Display
Device
IP Address
System Name
Operating System Info
Build Version
Name
Service Pack
User Information
User Full Name
User Logged
Column Order
Change to your preference
All else was default.
Hope his helps others!
Now to get that Feature Update push made...
Comments:
-
There is a little tweak, since your report shows the build number, and you need to know which build version is which one.
You can create a Custom Inventory Rule (Inventory | Software | Choose Action -> New )
With the following Rule:
RegistryValueReturn(HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion,ReleaseID,REG_SZ)
After the next checkin it adds under Custom Inventory Fields the following:
CIR 15 - BUILD: 1803 [string]
You can use this field for any label and any report, which sometimes makes it easier to do such things. - Nico_K 6 years ago-
Nice tweak! Thank you very much! - bmontooth 6 years ago