Posted December 5, 20195 yr Hi, It'd be really nice if we could get a reporting that shows the build number of the OS, instead of only having the version reported. Now you can't even see which systems are running "Windows 10 1909 (18363.476)". You only see "Windows 10 Pro".
December 16, 20195 yr Staff Hi @Forcys, If you will create the script which will return Windows version and run it as an automated task: PowerShell: $version = (Get-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion" -Name ReleaseId).ReleaseId Write-Host "Windows version - $version" Ā And then generate the report 'Task Execution Output' fro that automated task which you have executed previously.
March 31, 20205 yr I agree with Forcys, this should be available as part of the standard report and maybe even somethingĀ that can become actionable. It's too easy to see Windows 10 Pro and think everything is ok. Seeing Windows 10 Pro 1607 would be more important since it is no longer supported by MS.
September 1, 20204 yr On 3/31/2020 at 2:38 PM, tolcheen said: I agree with Forcys, this should be available as part of the standard report and maybe even somethingĀ that can become actionable. It's too easy to see Windows 10 Pro and think everything is ok. Seeing Windows 10 Pro 1607 would be more important since it is no longer supported by MS. And again - I'd like this to be a feature please!
Create an account or sign in to comment