Function for releaselist information #773
MichaelMcCool
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I was playing around a bit with the release code and have made this into its own function. You can get the release information for desktops by running "Get-WindowsBuildList -Type Desktop" and servers by running "Get-WindowsBuildList -Type Server". I also updated the FullVersion property to be a [version] type so sorting by version number works properly on the export. The functionality can be expanded simply by adding additional URLs and regex patterns. I'm not entirely sure what the best option is here, but I needed the server release details and there wasn't a good way to get them programmatically. Now, it's a stand-alone function that I can use where needed.
The output for Desktop looks the same as it's been:
While server support now returns:
All reactions