Jump to content

List OS version in reporting


Forcys

Recommended Posts

  • 2 weeks later...
  • 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.

Link to comment
Share on other sites

  • 3 months later...

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.

Link to comment
Share on other sites

  • 5 months later...
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!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...