-
Notifications
You must be signed in to change notification settings - Fork 7.7k
PSVersionTable needs an *OS* key #1997
New issue
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
Comments
Agreed and suggested this in #1936 as well as a change to the Issue template to make issues easier to track |
It would make for a nice way to gather information for a bug report. I like. And on Linux, you probably want the specific version i.e. not just Ubuntu but something to distinguish between 14.04 and 16.04. Also, |
Dupe of #1635. |
Sorry. I couldn't find it (searching for PSVersionTable is pointless in here) |
I agree! |
No problem, I opened it, so I knew it was there. I did search for |
We need to be able to at least tell whether we're on Windows or Unix from the PSVersionTable.
Ideally, I'd like to be able to differentiate Windows Server, Windows Desktop, Nano Server, OS X, and BSD from Linux.
Since
PSEdition
Core runs on Windows (and even Windows Desktop), and since CLRVersion will presumably be the same across all versions of Core (even if it were populated #1984), and since "BuildVersion" is going backwards ...I also think that PSVersionTable should expose "Architecture" (ARM, AMD64, x86).
The text was updated successfully, but these errors were encountered: