MsrcSecurityUpdates

1.6.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.6.3

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

Install-PSResource -Name MsrcSecurityUpdates -Version 1.6.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

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

FileList

Version History

Version Downloads Last updated
1.11.2634 4,680 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 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 (current version) 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