MsrcSecurityUpdates

1.8.3

The Microsoft Security Response Center module gets Microsoft Security Update details
and CVRF (Common Vulnerability Reporting Format) documents in either JSON or XML.

This module calls the MSRC API (api.msrc.microsoft.com) which requires an API key from:
https://portal.msrc.microsoft.com/

Minimum PowerShell version

3.0

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name MsrcSecurityUpdates -RequiredVersion 1.8.3

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name MsrcSecurityUpdates -Version 1.8.3

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2017 Microsoft Corporation. All rights reserved.

Package Details

Author(s)

  • Microsoft Corporation

Tags

MSRC Security Updates Microsoft CVRF

Dependencies

This module has no dependencies.

Release Notes

October 23, 2020 - Replaced Description with CVSS table in Get-MsrcVulnerabilityReportHtml
February 9, 2017 - Initial release to https://github.com/Microsoft/MSRC-Microsoft-Security-Updates-API
March 8, 2017 - Refactored into a script module and added basic Pester tests
March 14, 2017 - Added some error handling for when fields are not in the returned CVRF api reply
March 28, 2017 - Added Get-MsrcVulnerabilityReportHtml
March 30, 2017 - PR from MVP (https://github.com/p0w3rsh3ll) Split module into public and private functions, etc
April 5, 2017 - Added ability to use Azure AD tokens, the module now supports calling the APIs with an API key or AAD token
April 18, 2017 - Small HTML change to Get-MsrcSecurityBulletinHtml.ps1
April 28, 2017 - Bug fixes and some refactoring
May 3, 2017 - Added Proxy support, Updates to Get-MsrcVulnerabilityReportHtml
May 5, 2017 - Further updates to Get-MsrcVulnerabilityReportHtml
May 9, 2017 - Changed the string from "unknown" to "N/A" when a cvss score is null from the cvrf response
May 10, 2017 - fixed a typo that was causing FAQ to not display correctly
May 30, 2017 - Added tags to the table of contents, as well as changing the KB article text to be hyperlinked, and show the subtype if possible.
May 31, 2017 - Removed padding between table of contents cells to reduce wasted space
June 2, 2017 - Added a fix to allow for multiline KB articles
June 19, 2017 - minor: fixed tests to not fail on get-kbDownloadUrl. major: @rsola added a fix for early powershell versions not able to deserialize large json strings

FileList

Version History

Version Downloads Last updated
1.11.2634 4,510 3/18/2024
1.10.2312.0 19,096 5/3/2023
1.9.6 14,699 2/17/2022
1.9.5 13,192 4/20/2021
1.9.4 564 4/8/2021
1.9.3 1,553 3/2/2021
1.9.2 419 2/19/2021
1.9.0 490 2/9/2021
1.8.8 570 1/22/2021
1.8.6 2,168 11/25/2020
1.8.5 589 11/13/2020
1.8.4 589 11/3/2020
1.8.3 (current version) 240 10/27/2020
1.8.2 59 10/26/2020
1.7.2 29,715 6/5/2017
1.6.6 687 5/9/2017
1.6.5 77 5/8/2017
1.6.4 45 5/5/2017
1.6.3 27 5/5/2017
1.6.2 115 5/1/2017
1.6.1 382 4/18/2017
1.6 161 4/14/2017
1.5 267 3/30/2017
1.4 35 3/28/2017
1.3 88 3/15/2017
1.2 39 3/9/2017
1.1 24 3/8/2017
Show less