You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: WindowsOSBuild.psm1
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,18 @@
1
1
FunctionGet-LatestOSBuild {
2
2
<#
3
3
.SYNOPSIS
4
-
Gets windows patch release information information (Build, KB Number, Release Date etc) for Windows client and server versions. Useful for scripting and automation purposes.
4
+
Gets windows patch release information (Build, KB Number, Release Date etc) for Windows client and server versions. Useful for scripting and automation purposes.
5
5
Supports Windows 10 and Windows Server 2016 onwards.
6
6
.DESCRIPTION
7
-
Gets windows patch release information from https://docs.microsoft.com/en-gb/windows/release-health/release-information and presents this in a usable format.
7
+
Patch information retrieved from https://docs.microsoft.com/en-gb/windows/release-health/release-information and outputted in a usable format.
8
8
This source is updated regularly by Microsoft AFTER new patches are released. This means at times this info may not always in sync with Windows Update.
9
9
.PARAMETEROSName
10
-
Optional - OS Name. Default value is Win10. Accepted values:
10
+
This parameter is optional. OS name you want to check. Default value is Win10. Accepted values:
11
11
12
12
Windows Client OS Names - Win10, Win11.
13
13
Windows Server OS Names - Server2016, Server2019, Server2022.
14
14
.PARAMETEROSVersion
15
-
Mandatory - OS Version number. Accepted values:
15
+
This parameter is mandatory. OS version number you want to check. Accepted values:
0 commit comments