Skip to content
This repository has been archived by the owner on Feb 28, 2021. It is now read-only.

Commit

Permalink
Update for 1803/17134
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronparker committed May 10, 2018
1 parent 9af9035 commit 37d56a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LatestUpdate/Public/Get-LatestUpdate.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Function Get-LatestUpdate {
$args = @{
Name = "Build"
Type = [String]
ValidateSet = @('17133', '16299', '15063', '14393', '10586', '10240')
ValidateSet = @('17134', '16299', '15063', '14393', '10586', '10240')
Position = 1
HelpMessage = "Provide a Windows 10 build number"
DPDictionary = $Dictionary
Expand Down Expand Up @@ -130,7 +130,7 @@ Function Get-LatestUpdate {
Switch ( $WindowsVersion ) {
"Windows10" {
[String] $StartKB = 'https://support.microsoft.com/app/content/api/content/asset/en-us/4000816'
If ( $Null -eq $Build ) { [String] $Build = "16299" }
If ( $Null -eq $Build ) { [String] $Build = "17134" }
[String] $SearchString = Switch ( $Architecture ) {
"x64" { 'Cumulative.*x64' }
"x86" { 'Cumulative.*x86' }
Expand Down

0 comments on commit 37d56a7

Please sign in to comment.