Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Correct the URI's for the Windows KBs in release notes #1811

Merged
merged 2 commits into from
May 12, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix: Correct the URI's for the Windows KBs in release notes
  • Loading branch information
AbelHu committed May 12, 2022
commit 54aef6d635b301b88b3dbd0e3b8f2b1481fcd22c
2 changes: 1 addition & 1 deletion vhdbuilder/packer/write-release-notes-windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Log ""
Log "Installed QFEs"
$qfes = Get-HotFix
foreach ($qfe in $qfes) {
$link = "http:https://support.microsoft.com/?kbid={0}" -f ($qfe.HotFixID.Replace("KB", ""))
$link = "https:https://support.microsoft.com/kb/{0}" -f ($qfe.HotFixID.Replace("KB", ""))
Log ("`t{0,-9} : {1, -15} : {2}" -f $qfe.HotFixID, $Qfe.Description, $link)
}
Log ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ Installed Packages
OpenSSH.Server~~~~0.0.1.0

Installed QFEs
KB4601060 : Update : http:https://support.microsoft.com/?kbid=4601060
KB5000859 : Security Update : http:https://support.microsoft.com/?kbid=5000859
KB5001342 : Security Update : http:https://support.microsoft.com/?kbid=5001342
KB4601060 : Update : https:https://support.microsoft.com/kb/4601060
KB5000859 : Security Update : https:https://support.microsoft.com/kb/5000859
KB5001342 : Security Update : https:https://support.microsoft.com/kb/5001342

Installed Updates
Update for Windows Defender Antivirus antimalware platform - KB4052623 (Version 4.18.2001.10)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ Installed Packages
OpenSSH.Server~~~~0.0.1.0

Installed QFEs
KB4601060 : Update : http:https://support.microsoft.com/?kbid=4601060
KB5001404 : Security Update : http:https://support.microsoft.com/?kbid=5001404
KB5001407 : Update : http:https://support.microsoft.com/?kbid=5001407
KB5001384 : Update : http:https://support.microsoft.com/?kbid=5001384
KB4601060 : Update : https:https://support.microsoft.com/kb/4601060
KB5001404 : Security Update : https:https://support.microsoft.com/kb/5001404
KB5001407 : Update : https:https://support.microsoft.com/kb/5001407
KB5001384 : Update : https:https://support.microsoft.com/kb/5001384

Installed Updates
2021-02 Cumulative Update for .NET Framework 3.5, 4.7.2 and 4.8 for Windows Server 2019 for x64 (KB4601887)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ Installed Packages
OpenSSH.Server~~~~0.0.1.0

Installed QFEs
KB4601060 : Update : http:https://support.microsoft.com/?kbid=4601060
KB5001404 : Security Update : http:https://support.microsoft.com/?kbid=5001404
KB5001407 : Update : http:https://support.microsoft.com/?kbid=5001407
KB5001384 : Update : http:https://support.microsoft.com/?kbid=5001384
KB4601060 : Update : https:https://support.microsoft.com/kb/4601060
KB5001404 : Security Update : https:https://support.microsoft.com/kb/5001404
KB5001407 : Update : https:https://support.microsoft.com/kb/5001407
KB5001384 : Update : https:https://support.microsoft.com/kb/5001384

Installed Updates
2021-02 Cumulative Update for .NET Framework 3.5, 4.7.2 and 4.8 for Windows Server 2019 for x64 (KB4601887)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ Installed Packages
OpenSSH.Server~~~~0.0.1.0

Installed QFEs
KB4601060 : Update : http:https://support.microsoft.com/?kbid=4601060
KB5001404 : Security Update : http:https://support.microsoft.com/?kbid=5001404
KB5003243 : Security Update : http:https://support.microsoft.com/?kbid=5003243
KB5003171 : Security Update : http:https://support.microsoft.com/?kbid=5003171
KB4601060 : Update : https:https://support.microsoft.com/kb/4601060
KB5001404 : Security Update : https:https://support.microsoft.com/kb/5001404
KB5003243 : Security Update : https:https://support.microsoft.com/kb/5003243
KB5003171 : Security Update : https:https://support.microsoft.com/kb/5003171

Installed Updates
2021-02 Cumulative Update for .NET Framework 3.5, 4.7.2 and 4.8 for Windows Server 2019 for x64 (KB4601887)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ Installed Packages
OpenSSH.Server~~~~0.0.1.0

Installed QFEs
KB4601060 : Update : http:https://support.microsoft.com/?kbid=4601060
KB5003243 : Security Update : http:https://support.microsoft.com/?kbid=5003243
KB5003217 : Update : http:https://support.microsoft.com/?kbid=5003217
KB4601060 : Update : https:https://support.microsoft.com/kb/4601060
KB5003243 : Security Update : https:https://support.microsoft.com/kb/5003243
KB5003217 : Update : https:https://support.microsoft.com/kb/5003217

Installed Updates
2021-02 Cumulative Update for .NET Framework 3.5, 4.7.2 and 4.8 for Windows Server 2019 for x64 (KB4601887)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ Installed Packages
OpenSSH.Server~~~~0.0.1.0

Installed QFEs
KB4601060 : Update : http:https://support.microsoft.com/?kbid=4601060
KB5003243 : Security Update : http:https://support.microsoft.com/?kbid=5003243
KB5003217 : Update : http:https://support.microsoft.com/?kbid=5003217
KB4601060 : Update : https:https://support.microsoft.com/kb/4601060
KB5003243 : Security Update : https:https://support.microsoft.com/kb/5003243
KB5003217 : Update : https:https://support.microsoft.com/kb/5003217

Installed Updates
2021-02 Cumulative Update for .NET Framework 3.5, 4.7.2 and 4.8 for Windows Server 2019 for x64 (KB4601887)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ Installed Packages
OpenSSH.Server~~~~0.0.1.0

Installed QFEs
KB4601060 : Update : http:https://support.microsoft.com/?kbid=4601060
KB5003243 : Security Update : http:https://support.microsoft.com/?kbid=5003243
KB5003646 : Security Update : http:https://support.microsoft.com/?kbid=5003646
KB4601060 : Update : https:https://support.microsoft.com/kb/4601060
KB5003243 : Security Update : https:https://support.microsoft.com/kb/5003243
KB5003646 : Security Update : https:https://support.microsoft.com/kb/5003646

Installed Updates
2021-02 Cumulative Update for .NET Framework 3.5, 4.7.2 and 4.8 for Windows Server 2019 for x64 (KB4601887)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ Installed Packages
OpenSSH.Server~~~~0.0.1.0

Installed QFEs
KB4601060 : Update : http:https://support.microsoft.com/?kbid=4601060
KB5003711 : Security Update : http:https://support.microsoft.com/?kbid=5003711
KB5004244 : Security Update : http:https://support.microsoft.com/?kbid=5004244
KB4601060 : Update : https:https://support.microsoft.com/kb/4601060
KB5003711 : Security Update : https:https://support.microsoft.com/kb/5003711
KB5004244 : Security Update : https:https://support.microsoft.com/kb/5004244

Installed Updates
2021-02 Cumulative Update for .NET Framework 3.5, 4.7.2 and 4.8 for Windows Server 2019 for x64 (KB4601887)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ Installed Packages
OpenSSH.Server~~~~0.0.1.0

Installed QFEs
KB4601060 : Update : http:https://support.microsoft.com/?kbid=4601060
KB5003711 : Security Update : http:https://support.microsoft.com/?kbid=5003711
KB5005030 : Security Update : http:https://support.microsoft.com/?kbid=5005030
KB4601060 : Update : https:https://support.microsoft.com/kb/4601060
KB5003711 : Security Update : https:https://support.microsoft.com/kb/5003711
KB5005030 : Security Update : https:https://support.microsoft.com/kb/5005030

Installed Updates
2021-02 Cumulative Update for .NET Framework 3.5, 4.7.2 and 4.8 for Windows Server 2019 for x64 (KB4601887)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ Installed Packages
OpenSSH.Server~~~~0.0.1.0

Installed QFEs
KB5004335 : Update : http:https://support.microsoft.com/?kbid=5004335
KB5005112 : Security Update : http:https://support.microsoft.com/?kbid=5005112
KB5005568 : Security Update : http:https://support.microsoft.com/?kbid=5005568
KB5005701 : Security Update : http:https://support.microsoft.com/?kbid=5005701
KB5004335 : Update : https:https://support.microsoft.com/kb/5004335
KB5005112 : Security Update : https:https://support.microsoft.com/kb/5005112
KB5005568 : Security Update : https:https://support.microsoft.com/kb/5005568
KB5005701 : Security Update : https:https://support.microsoft.com/kb/5005701

Installed Updates
2021-08 Cumulative Update for .NET Framework 3.5, 4.7.2 and 4.8 for Windows Server 2019 for x64 (KB5004870)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ Installed Packages
OpenSSH.Server~~~~0.0.1.0

Installed QFEs
KB5004335 : Update : http:https://support.microsoft.com/?kbid=5004335
KB5004424 : Update : http:https://support.microsoft.com/?kbid=5004424
KB5005625 : Update : http:https://support.microsoft.com/?kbid=5005625
KB5005701 : Security Update : http:https://support.microsoft.com/?kbid=5005701
KB5004335 : Update : https:https://support.microsoft.com/kb/5004335
KB5004424 : Update : https:https://support.microsoft.com/kb/5004424
KB5005625 : Update : https:https://support.microsoft.com/kb/5005625
KB5005701 : Security Update : https:https://support.microsoft.com/kb/5005701

Installed Updates
2021-08 Cumulative Update for .NET Framework 3.5, 4.7.2 and 4.8 for Windows Server 2019 for x64 (KB5004870)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ Installed Packages
OpenSSH.Server~~~~0.0.1.0

Installed QFEs
KB5004335 : Update : http:https://support.microsoft.com/?kbid=5004335
KB5004424 : Update : http:https://support.microsoft.com/?kbid=5004424
KB5006672 : Security Update : http:https://support.microsoft.com/?kbid=5006672
KB5005701 : Security Update : http:https://support.microsoft.com/?kbid=5005701
KB5004335 : Update : https:https://support.microsoft.com/kb/5004335
KB5004424 : Update : https:https://support.microsoft.com/kb/5004424
KB5006672 : Security Update : https:https://support.microsoft.com/kb/5006672
KB5005701 : Security Update : https:https://support.microsoft.com/kb/5005701

Installed Updates
2021-08 Cumulative Update for .NET Framework 3.5, 4.7.2 and 4.8 for Windows Server 2019 for x64 (KB5004870)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ Installed Packages
OpenSSH.Server~~~~0.0.1.0

Installed QFEs
KB5004335 : Update : http:https://support.microsoft.com/?kbid=5004335
KB5004424 : Update : http:https://support.microsoft.com/?kbid=5004424
KB5007206 : Security Update : http:https://support.microsoft.com/?kbid=5007206
KB5006754 : Update : http:https://support.microsoft.com/?kbid=5006754
KB5004335 : Update : https:https://support.microsoft.com/kb/5004335
KB5004424 : Update : https:https://support.microsoft.com/kb/5004424
KB5007206 : Security Update : https:https://support.microsoft.com/kb/5007206
KB5006754 : Update : https:https://support.microsoft.com/kb/5006754

Installed Updates
2021-08 Cumulative Update for .NET Framework 3.5, 4.7.2 and 4.8 for Windows Server 2019 for x64 (KB5004870)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ Installed Packages
OpenSSH.Server~~~~0.0.1.0

Installed QFEs
KB5004335 : Update : http:https://support.microsoft.com/?kbid=5004335
KB5004424 : Update : http:https://support.microsoft.com/?kbid=5004424
KB5008218 : Security Update : http:https://support.microsoft.com/?kbid=5008218
KB5008287 : Security Update : http:https://support.microsoft.com/?kbid=5008287
KB5004335 : Update : https:https://support.microsoft.com/kb/5004335
KB5004424 : Update : https:https://support.microsoft.com/kb/5004424
KB5008218 : Security Update : https:https://support.microsoft.com/kb/5008218
KB5008287 : Security Update : https:https://support.microsoft.com/kb/5008287

Installed Updates
2019-01 Cumulative Update for .NET Framework 3.5 and 4.7.2 for Windows Server 2019 for x64 (KB4480056)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ Installed Packages
OpenSSH.Server~~~~0.0.1.0

Installed QFEs
KB5004335 : Update : http:https://support.microsoft.com/?kbid=5004335
KB5004424 : Update : http:https://support.microsoft.com/?kbid=5004424
KB5008218 : Security Update : http:https://support.microsoft.com/?kbid=5008218
KB5008287 : Security Update : http:https://support.microsoft.com/?kbid=5008287
KB5004335 : Update : https:https://support.microsoft.com/kb/5004335
KB5004424 : Update : https:https://support.microsoft.com/kb/5004424
KB5008218 : Security Update : https:https://support.microsoft.com/kb/5008218
KB5008287 : Security Update : https:https://support.microsoft.com/kb/5008287

Installed Updates
2021-08 Cumulative Update for .NET Framework 3.5, 4.7.2 and 4.8 for Windows Server 2019 for x64 (KB5004870)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ Installed Packages
OpenSSH.Server~~~~0.0.1.0

Installed QFEs
KB5008873 : Update : http:https://support.microsoft.com/?kbid=5008873
KB5004424 : Update : http:https://support.microsoft.com/?kbid=5004424
KB5010351 : Security Update : http:https://support.microsoft.com/?kbid=5010351
KB5009642 : Update : http:https://support.microsoft.com/?kbid=5009642
KB5008873 : Update : https:https://support.microsoft.com/kb/5008873
KB5004424 : Update : https:https://support.microsoft.com/kb/5004424
KB5010351 : Security Update : https:https://support.microsoft.com/kb/5010351
KB5009642 : Update : https:https://support.microsoft.com/kb/5009642

Installed Updates
2022-01 Cumulative Update for .NET Framework 3.5, 4.7.2 and 4.8 for Windows Server 2019 for x64 (KB5009718)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ Installed Packages
OpenSSH.Server~~~~0.0.1.0

Installed QFEs
KB5008873 : Update : http:https://support.microsoft.com/?kbid=5008873
KB5004424 : Update : http:https://support.microsoft.com/?kbid=5004424
KB5010351 : Security Update : http:https://support.microsoft.com/?kbid=5010351
KB5009642 : Update : http:https://support.microsoft.com/?kbid=5009642
KB5008873 : Update : https:https://support.microsoft.com/kb/5008873
KB5004424 : Update : https:https://support.microsoft.com/kb/5004424
KB5010351 : Security Update : https:https://support.microsoft.com/kb/5010351
KB5009642 : Update : https:https://support.microsoft.com/kb/5009642

Installed Updates
2022-01 Cumulative Update for .NET Framework 3.5, 4.7.2 and 4.8 for Windows Server 2019 for x64 (KB5009718)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ Installed Packages
OpenSSH.Server~~~~0.0.1.0

Installed QFEs
KB5008873 : Update : http:https://support.microsoft.com/?kbid=5008873
KB5011503 : Security Update : http:https://support.microsoft.com/?kbid=5011503
KB5009642 : Update : http:https://support.microsoft.com/?kbid=5009642
KB5008873 : Update : https:https://support.microsoft.com/kb/5008873
KB5011503 : Security Update : https:https://support.microsoft.com/kb/5011503
KB5009642 : Update : https:https://support.microsoft.com/kb/5009642

Installed Updates
2022-01 Cumulative Update for .NET Framework 3.5, 4.7.2 and 4.8 for Windows Server 2019 for x64 (KB5009718)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ Installed Packages
OpenSSH.Server~~~~0.0.1.0

Installed QFEs
KB5008873 : Update : http:https://support.microsoft.com/?kbid=5008873
KB5011503 : Security Update : http:https://support.microsoft.com/?kbid=5011503
KB5009642 : Update : http:https://support.microsoft.com/?kbid=5009642
KB5008873 : Update : https:https://support.microsoft.com/kb/5008873
KB5011503 : Security Update : https:https://support.microsoft.com/kb/5011503
KB5009642 : Update : https:https://support.microsoft.com/kb/5009642

Installed Updates
Update for Windows Defender Antivirus antimalware platform - KB4052623 (Version 4.18.2001.10)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ Installed Packages
OpenSSH.Server~~~~0.0.1.0

Installed QFEs
KB5008873 : Update : http:https://support.microsoft.com/?kbid=5008873
KB5011503 : Security Update : http:https://support.microsoft.com/?kbid=5011503
KB5009642 : Update : http:https://support.microsoft.com/?kbid=5009642
KB5008873 : Update : https:https://support.microsoft.com/kb/5008873
KB5011503 : Security Update : https:https://support.microsoft.com/kb/5011503
KB5009642 : Update : https:https://support.microsoft.com/kb/5009642

Installed Updates
Update for Windows Defender Antivirus antimalware platform - KB4052623 (Version 4.18.2001.10)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ Installed Packages
OpenSSH.Server~~~~0.0.1.0

Installed QFEs
KB5012128 : Update : http:https://support.microsoft.com/?kbid=5012128
KB5012647 : Security Update : http:https://support.microsoft.com/?kbid=5012647
KB5011574 : Update : http:https://support.microsoft.com/?kbid=5011574
KB5012128 : Update : https:https://support.microsoft.com/kb/5012128
KB5012647 : Security Update : https:https://support.microsoft.com/kb/5012647
KB5011574 : Update : https:https://support.microsoft.com/kb/5011574

Installed Updates
Update for Windows Defender Antivirus antimalware platform - KB4052623 (Version 4.18.2001.10)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ Installed Packages
OpenSSH.Server~~~~0.0.1.0

Installed QFEs
KB5012128 : Update : http:https://support.microsoft.com/?kbid=5012128
KB5012647 : Security Update : http:https://support.microsoft.com/?kbid=5012647
KB5011574 : Update : http:https://support.microsoft.com/?kbid=5011574
KB5012128 : Update : https:https://support.microsoft.com/kb/5012128
KB5012647 : Security Update : https:https://support.microsoft.com/kb/5012647
KB5011574 : Update : https:https://support.microsoft.com/kb/5011574

Installed Updates
2022-04 Cumulative Update for .NET Framework 3.5, 4.7.2 and 4.8 for Windows Server 2019 for x64 (KB5012328)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ Installed Packages
OpenSSH.Server~~~~0.0.1.0

Installed QFEs
KB5013641 : Update : http:https://support.microsoft.com/?kbid=5013641
KB5013941 : Security Update : http:https://support.microsoft.com/?kbid=5013941
KB5012675 : Update : http:https://support.microsoft.com/?kbid=5012675
KB5013641 : Update : https:https://support.microsoft.com/kb/5013641
KB5013941 : Security Update : https:https://support.microsoft.com/kb/5013941
KB5012675 : Update : https:https://support.microsoft.com/kb/5012675

Installed Updates
2022-05 Cumulative Update for .NET Framework 3.5, 4.7.2 and 4.8 for Windows Server 2019 for x64 (KB5013868)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ Installed Packages
OpenSSH.Server~~~~0.0.1.0

Installed QFEs
KB4565625 : Update : http:https://support.microsoft.com/?kbid=4565625
KB4558997 : Security Update : http:https://support.microsoft.com/?kbid=4558997
KB4565349 : Security Update : http:https://support.microsoft.com/?kbid=4565349
KB4565625 : Update : https:https://support.microsoft.com/kb/4565625
KB4558997 : Security Update : https:https://support.microsoft.com/kb/4558997
KB4565349 : Security Update : https:https://support.microsoft.com/kb/4565349

Installed Updates
2020-07 Cumulative Update for .NET Framework 3.5, 4.7.2 and 4.8 for Windows Server 2019 for x64 (KB4566516)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ Installed Packages
OpenSSH.Server~~~~0.0.1.0

Installed QFEs
KB4569776 : Update : http:https://support.microsoft.com/?kbid=4569776
KB4566424 : Security Update : http:https://support.microsoft.com/?kbid=4566424
KB4565349 : Security Update : http:https://support.microsoft.com/?kbid=4565349
KB4569776 : Update : https:https://support.microsoft.com/kb/4569776
KB4566424 : Security Update : https:https://support.microsoft.com/kb/4566424
KB4565349 : Security Update : https:https://support.microsoft.com/kb/4565349

Installed Updates
2020-08 Cumulative Update for .NET Framework 3.5, 4.7.2 and 4.8 for Windows Server 2019 for x64 (KB4570505)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ Installed Packages
OpenSSH.Server~~~~0.0.1.0

Installed QFEs
KB4578966 : Update : http:https://support.microsoft.com/?kbid=4578966
KB4577667 : Security Update : http:https://support.microsoft.com/?kbid=4577667
KB4580390 : Update : http:https://support.microsoft.com/?kbid=4580390
KB4578966 : Update : https:https://support.microsoft.com/kb/4578966
KB4577667 : Security Update : https:https://support.microsoft.com/kb/4577667
KB4580390 : Update : https:https://support.microsoft.com/kb/4580390

Installed Updates
2020-10 Cumulative Update for .NET Framework 3.5, 4.7.2 and 4.8 for Windows Server 2019 for x64 (KB4579976)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ Installed Packages
OpenSSH.Server~~~~0.0.1.0

Installed QFEs
KB4578966 : Update : http:https://support.microsoft.com/?kbid=4578966
KB4577667 : Security Update : http:https://support.microsoft.com/?kbid=4577667
KB4586793 : Security Update : http:https://support.microsoft.com/?kbid=4586793
KB4578966 : Update : https:https://support.microsoft.com/kb/4578966
KB4577667 : Security Update : https:https://support.microsoft.com/kb/4577667
KB4586793 : Security Update : https:https://support.microsoft.com/kb/4586793

Installed Updates
2020-10 Cumulative Update for .NET Framework 3.5, 4.7.2 and 4.8 for Windows Server 2019 for x64 (KB4579976)
Expand Down
Loading