We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Microsoft Windows Server 2019
No response
The check fails, as this is empty: (Get-ComputerInfo OsName).OsName
This should have been recognized as Server 2019
I used the latest official release.
The text was updated successfully, but these errors were encountered:
EDIT: Instead of making it more complex, we will instead skip that check in case (Get-ComputerInfo OsName).OsName does not return anything.
Keeping old answer for unknown reason: We need to find out the values of (Get-ComputerInfo).WindowsProductName for
If (Get-ComputerInfo OsName).OsName is emtpy, we will use (Get-ComputerInfo).WindowsProductName as fallback.
BUT for Windows 11, for example this states Windows 10, thus the careful analysis requested above is absolutely necessary.
Sorry, something went wrong.
qngngyn
No branches or pull requests
Operating System
Microsoft Windows Server 2019
Report Name
Microsoft Windows Server 2019
Benchmark and ID (OPTIONAL)
No response
What happened?
The check fails, as this is empty: (Get-ComputerInfo OsName).OsName
What did you expect?
This should have been recognized as Server 2019
Current Version?
I used the latest official release.
The text was updated successfully, but these errors were encountered: