Skip to content

Commit

Permalink
19.6.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OSDeploy committed Jun 13, 2019
1 parent 4475977 commit 4e689c9
Show file tree
Hide file tree
Showing 27 changed files with 80 additions and 28 deletions.
6 changes: 6 additions & 0 deletions Catalogs/Merge-Windows10.ps1
@@ -0,0 +1,6 @@
$AllOSDUpdates = @()
$AllUpdateCatalogs = Get-ChildItem -Path "$PSScriptRoot\*" -Include 'Windows 10 1809.xml','Windows 10 1903.xml'
foreach ($UpdateCatalog in $AllUpdateCatalogs) {$AllOSDUpdates += Import-Clixml -Path "$($UpdateCatalog.FullName)"}

$AllOSDUpdates = $AllOSDUpdates | Sort-Object CreationDate -Descending
$AllOSDUpdates | Export-Clixml "$PSScriptRoot\Windows 10.xml"
Binary file modified Catalogs/Office 2010 32-Bit.xml
Binary file not shown.
Binary file modified Catalogs/Office 2010 64-Bit.xml
Binary file not shown.
Binary file modified Catalogs/Office 2013 32-Bit.xml
Binary file not shown.
Binary file modified Catalogs/Office 2013 64-Bit.xml
Binary file not shown.
Binary file modified Catalogs/Office 2016 32-Bit.xml
Binary file not shown.
Binary file modified Catalogs/Office 2016 64-Bit.xml
Binary file not shown.
11 changes: 11 additions & 0 deletions Catalogs/Show-AllOSDUpdates.ps1
@@ -0,0 +1,11 @@
$AllOSDUpdates = @()
$AllUpdateCatalogs = Get-ChildItem -Path "$PSScriptRoot\*" -Include '*.xml'
foreach ($UpdateCatalog in $AllUpdateCatalogs) {$AllOSDUpdates += Import-Clixml -Path "$($UpdateCatalog.FullName)"}

$AllOSDUpdates = $AllOSDUpdates | Select-Object -Property * | Sort-Object CreationDate -Descending | Out-GridView -PassThru -Title "All OSDUpdates"
Write-Host ""
$AllOSDUpdates = $AllOSDUpdates | Select-Object -Property Title
$AllOSDUpdates | Format-Table

Write-Host ""
Pause
Binary file removed Catalogs/Windows 10 1903.xml
Binary file not shown.
Binary file modified Catalogs/Windows 10 Dynamic Update.xml
Binary file not shown.
Binary file modified Catalogs/Windows 10 Feature On Demand.xml
Binary file not shown.
Binary file modified Catalogs/Windows 10 Language Interface Packs.xml
Binary file not shown.
Binary file modified Catalogs/Windows 10 Language Packs.xml
Binary file not shown.
Binary file modified Catalogs/Windows 10.xml
Binary file not shown.
Binary file removed Catalogs/Windows 7.txt
Binary file not shown.
Binary file modified Catalogs/Windows 7.xml
Binary file not shown.
Binary file modified Catalogs/Windows Server 2012 R2 Dynamic Update.xml
Binary file not shown.
Binary file removed Catalogs/Windows Server 2012 R2.txt
Binary file not shown.
Binary file modified Catalogs/Windows Server 2012 R2.xml
Binary file not shown.
Binary file modified Catalogs/Windows Server 2016.xml
Binary file not shown.
Binary file modified Catalogs/Windows Server 2019.xml
Binary file not shown.
28 changes: 5 additions & 23 deletions OSDUpdate.psd1
Expand Up @@ -7,7 +7,7 @@
RootModule = 'OSDUpdate.psm1'

# Version number of his module.
ModuleVersion = '19.6.5.1'
ModuleVersion = '19.6.13.0'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand All @@ -26,27 +26,9 @@ Copyright = '(c) 2019 David Segura osdeploy.com. All rights reserved.'

# Description of the functionality provided by this module
Description = @'
Version 19.6.5:
6/4/2019 Update for Microsoft Office 2016 (KB4464539) 32-Bit Edition
6/4/2019 Update for Microsoft Office 2016 Language Interface Pack (KB4464581) 32-Bit Edition
6/4/2019 Update for Microsoft Office 2016 (KB4464579) 32-Bit Edition
6/4/2019 Update for Microsoft Project 2016 (KB4464589) 32-Bit Edition
6/4/2019 Update for Skype for Business 2016 (KB4464576) 32-Bit Edition
6/4/2019 Update for Microsoft Outlook 2016 (KB4464585) 32-Bit Edition
6/4/2019 Update for Microsoft Excel 2016 (KB4464578) 32-Bit Edition
6/4/2019 Update for Microsoft Office 2016 (KB4464539) 64-Bit Edition
6/4/2019 Update for Microsoft Office 2016 Language Interface Pack (KB4464581) 64-Bit Edition
6/4/2019 Update for Microsoft Office 2016 (KB4464579) 64-Bit Edition
6/4/2019 Update for Microsoft Project 2016 (KB4464589) 64-Bit Edition
6/4/2019 Update for Skype for Business 2016 (KB4464576) 64-Bit Edition
6/4/2019 Update for Microsoft Outlook 2016 (KB4464585) 64-Bit Edition
6/4/2019 Update for Microsoft Excel 2016 (KB4464578) 64-Bit Edition
Version 19.6.3:
5/29/2019 2019-05 Servicing Stack Update for Windows 10 Version 1903 for x86-based Systems (KB4498523)
5/29/2019 2019-05 Servicing Stack Update for Windows 10 Version 1903 for x64-based Systems (KB4498523)
5/29/2019 2019-05 Cumulative Update for Windows 10 Version 1903 for x86-based Systems (KB4497935)
5/29/2019 2019-05 Cumulative Update for Windows 10 Version 1903 for x64-based Systems (KB4497935)
19.3.13
Detailed updates are in the Readme.md
Function New-OSDUpdateRepository moved to Private Functions
'@

# Minimum version of the Windows PowerShell engine required by this module
Expand Down Expand Up @@ -91,7 +73,7 @@ FunctionsToExport = 'Get-OSDUpdate',
'Get-DownMcAfee',
'Get-DownOSDUpdate',
'Get-DownOffice',
'New-OSDUpdateRepository',
#'New-OSDUpdateRepository',
'Update-ModuleOSDUpdate'

# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion Public/Get-DownOSDUpdate.ps1
Expand Up @@ -51,7 +51,7 @@ function Get-DownOSDUpdate {
#===================================================================================================
#[Parameter(ParameterSetName = 'Windows')]
#[Parameter(ParameterSetName = 'Office')]
[switch]$AddInstallScript,
#[switch]$AddInstallScript,
[Parameter(ParameterSetName = 'Windows')]
[Parameter(ParameterSetName = 'Office')]
[switch]$GridView,
Expand Down
5 changes: 3 additions & 2 deletions Public/Get-DownOffice.ps1
Expand Up @@ -261,9 +261,10 @@ function Get-DownOffice {
#===================================================================================================
Write-Host '========================================================================================' -ForegroundColor DarkGray
Write-Verbose 'Office Deployment Tool: https://www.microsoft.com/en-us/download/details.aspx?id=49117' -Verbose
$OfficeODTUrl = 'https://download.microsoft.com/download/2/7/A/27AF1BE6-DD20-4CB4-B154-EBAB8A7D4A7E/officedeploymenttool_11509-33604.exe'
#$OfficeODTUrl = 'https://download.microsoft.com/download/2/7/A/27AF1BE6-DD20-4CB4-B154-EBAB8A7D4A7E/officedeploymenttool_11509-33604.exe'
$OfficeODTUrl = 'https://download.microsoft.com/download/2/7/A/27AF1BE6-DD20-4CB4-B154-EBAB8A7D4A7E/officedeploymenttool_11617-33601.exe'
$OfficeODTDir = "$RepositoryRootPath\OfficeODT"
$OfficeODTDownloadFile = "officedeploymenttool_11509-33604.exe"
$OfficeODTDownloadFile = "officedeploymenttool_11617-33601.exe"
$OfficeODT = 'setup.exe'
$OfficeODTFullName = "$OfficeODTDir\$OfficeODT"
if (!(Test-Path "$OfficeODTFullName")) {
Expand Down
4 changes: 2 additions & 2 deletions Public/Get-OSDUpdate.ps1
Expand Up @@ -100,7 +100,7 @@ function Get-OSDUpdate {
#===================================================================================================
# Update Information
#===================================================================================================
if (!($Silent.IsPresent)) {Write-Warning "Updates are Current as of June 5, 2019"}
if (!($Silent.IsPresent)) {Write-Warning "Updates are Current as of June 13, 2019"}
#===================================================================================================
# Variables
#===================================================================================================
Expand All @@ -111,7 +111,7 @@ function Get-OSDUpdate {
if ($CatalogOffice) {$UpdateCatalogs = Get-ChildItem -Path "$($MyInvocation.MyCommand.Module.ModuleBase)\Catalogs\*" -Include "$($CatalogOffice).xml"}
if ($CatalogWindows) {
if ($CatalogWindows -eq 'Windows 10') {
$UpdateCatalogs = Get-ChildItem -Path "$($MyInvocation.MyCommand.Module.ModuleBase)\Catalogs\*" -Include 'Windows 10.xml','Windows 10 1903.xml'
$UpdateCatalogs = Get-ChildItem -Path "$($MyInvocation.MyCommand.Module.ModuleBase)\Catalogs\*" -Include 'Windows 10.xml'
} else {
$UpdateCatalogs = Get-ChildItem -Path "$($MyInvocation.MyCommand.Module.ModuleBase)\Catalogs\*" -Include "$($CatalogWindows).xml"
}
Expand Down
52 changes: 52 additions & 0 deletions README.md
@@ -1,2 +1,54 @@
# OSDUpdate
https://www.osdeploy.com/osdupdate/home

19.6.11
2019-06 Cumulative Security Update for Internet Explorer 11 for Windows 7 for x64-based systems (KB4503259)
2019-06 Cumulative Security Update for Internet Explorer 11 for Windows 7 for x86-based systems (KB4503259)
2019-06 Cumulative Security Update for Internet Explorer 11 for Windows Server 2012 R2 for x64-based systems (KB4503259)
2019-06 Cumulative Update for Windows 10 Version 1607 for x64-based Systems (KB4503267)
2019-06 Cumulative Update for Windows 10 Version 1607 for x86-based Systems (KB4503267)
2019-06 Cumulative Update for Windows 10 Version 1703 for x64-based Systems (KB4503279)
2019-06 Cumulative Update for Windows 10 Version 1703 for x86-based Systems (KB4503279)
2019-06 Cumulative Update for Windows 10 Version 1709 for x64-based Systems (KB4503284)
2019-06 Cumulative Update for Windows 10 Version 1709 for x86-based Systems (KB4503284)
2019-06 Cumulative Update for Windows 10 Version 1803 for x64-based Systems (KB4503286)
2019-06 Cumulative Update for Windows 10 Version 1803 for x86-based Systems (KB4503286)
2019-06 Cumulative Update for Windows 10 Version 1809 for x64-based Systems (KB4503327)
2019-06 Cumulative Update for Windows 10 Version 1809 for x86-based Systems (KB4503327)
2019-06 Cumulative Update for Windows 10 Version 1903 for x64-based Systems (KB4503293)
2019-06 Cumulative Update for Windows 10 Version 1903 for x86-based Systems (KB4503293)
2019-06 Cumulative Update for Windows Server 2016 (1803) for x64-based Systems (KB4503286)
2019-06 Cumulative Update for Windows Server 2016 for x64-based Systems (KB4503267)
2019-06 Cumulative Update for Windows Server 2019 for x64-based Systems (KB4503327)
2019-06 Security Monthly Quality Rollup for Windows 7 for x64-based Systems (KB4503292)
2019-06 Security Monthly Quality Rollup for Windows 7 for x86-based Systems (KB4503292)
2019-06 Security Monthly Quality Rollup for Windows Server 2012 R2 for x64-based Systems (KB4503276)
2019-06 Security Update for Adobe Flash Player for Windows 10 Version 1607 for x64-based Systems (KB4503308)
2019-06 Security Update for Adobe Flash Player for Windows 10 Version 1607 for x86-based Systems (KB4503308)
2019-06 Security Update for Adobe Flash Player for Windows 10 Version 1703 for x64-based Systems (KB4503308)
2019-06 Security Update for Adobe Flash Player for Windows 10 Version 1703 for x86-based Systems (KB4503308)
2019-06 Security Update for Adobe Flash Player for Windows 10 Version 1709 for x64-based Systems (KB4503308)
2019-06 Security Update for Adobe Flash Player for Windows 10 Version 1709 for x86-based Systems (KB4503308)
2019-06 Security Update for Adobe Flash Player for Windows 10 Version 1803 for x64-based Systems (KB4503308)
2019-06 Security Update for Adobe Flash Player for Windows 10 Version 1803 for x86-based Systems (KB4503308)
2019-06 Security Update for Adobe Flash Player for Windows 10 Version 1809 for x64-based Systems (KB4503308)
2019-06 Security Update for Adobe Flash Player for Windows 10 Version 1809 for x86-based Systems (KB4503308)
2019-06 Security Update for Adobe Flash Player for Windows 10 Version 1903 for x64-based Systems (KB4503308)
2019-06 Security Update for Adobe Flash Player for Windows 10 Version 1903 for x86-based Systems (KB4503308)
2019-06 Security Update for Adobe Flash Player for Windows Server 2012 R2 for x64-based Systems (KB4503308)
2019-06 Security Update for Adobe Flash Player for Windows Server 2016 for x64-based Systems (KB4503308)
2019-06 Security Update for Adobe Flash Player for Windows Server 2019 for x64-based Systems (KB4503308)
2019-06 Servicing Stack Update for Windows 10 Version 1607 for x64-based Systems (KB4503537)
2019-06 Servicing Stack Update for Windows 10 Version 1607 for x86-based Systems (KB4503537)
2019-06 Servicing Stack Update for Windows 10 Version 1809 for x64-based Systems (KB4504369)
2019-06 Servicing Stack Update for Windows 10 Version 1809 for x86-based Systems (KB4504369)
2019-06 Servicing Stack Update for Windows Server 2016 for x64-based Systems (KB4503537)
2019-06 Servicing Stack Update for Windows Server 2019 for x64-based Systems (KB4504369)
Security Update for Microsoft Office 2010 (KB4462178) 32-Bit Edition
Security Update for Microsoft Office 2010 (KB4462178) 64-Bit Edition
Security Update for Microsoft Word 2010 (KB4461619) 32-Bit Edition
Security Update for Microsoft Word 2010 (KB4461619) 64-Bit Edition
Security Update for Microsoft Word 2013 (KB4464590) 32-Bit Edition
Security Update for Microsoft Word 2013 (KB4464590) 64-Bit Edition
Security Update for Microsoft Word 2016 (KB4464596) 32-Bit Edition
Security Update for Microsoft Word 2016 (KB4464596) 64-Bit Edition

0 comments on commit 4e689c9

Please sign in to comment.