The last number can be read from registry, like :
(Get-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion" -Name UBR).UBR
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
Now, our organization may have laptops and desktops outdated / users have not updated. We have sent out instructions to update via Settings > Update & Security > Check Online for updates. We can trust if user has already updated.
I need to gather all the deivces' windows version. with full build number including the last bit after 10.0.19041.1415
I know it may have been anserwed somewhere but I am finding hard to get.
The list can be
HOSTNAME (COMPUTERNAME | WINDOWS VERSION (two columns in CSV export)
I can export the list of all the hostnames and also SCCM gives the version number but not the last bit, the build number
Any help is very much appreciated.
Thank you
The last number can be read from registry, like :
(Get-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion" -Name UBR).UBR
Hi
As I am using SCCM as mentioned earlier
I found from here