v2112.1
This release is a major update to WindowsOSBuild. Highlights include preview/out-of-band data which has been long overdue.
- Workaround for issue #3 reported by @CarlosAmericano. If Microsoft choose not to release a build history table for Server 2022 then this will become a permanent solution.
- Additional patch release data added for each OS Build in Get-LatestOSBuild function :-
- Preview (True/False)
- Out-of-band (True/False)
- KB URL
- Catalog URL
- Get-LatestOSBuild function now supports the ability to exclude Preview and Out-of-band updates from returned results via two new optional parameters :-
- -ExcludePreview
- -ExcludeOutOfBand
- Performance improvements in Get-LatestOSBuild function :-
- Search will be only be performed for chosen OS version where previously all OS versions were searched.
- Error handling improvements in Get-LatestOSBuild function :-
- Throw terminating error for no connectivity to required patch release information URLs.
- Throw terminating error for no connectivity to required preview/out-of-band detection URLs.
- Throw terminating error for unsupported OS name.
- Throw terminating error for unsupported OS name and version combinations.
- Changed version notation to YYMM.Build.
- Get-LatestOSBuild function documentation updated.