< Back
Get-MsrcCvrfCVESummary
Post
NAME Get-MsrcCvrfCVESummary
SYNOPSIS
Get the CVE summary from vulnerabilities found in CVRF document
SYNTAX
Get-MsrcCvrfCVESummary [-Vulnerability] <Object> [-ProductTree] <Object> [<CommonParameters>]
DESCRIPTION
This function gathers the CVE Summary from vulnerabilities in a CVRF document.
PARAMETERS
-Vulnerability <Object>
A vulnerability object or objects from a CVRF document object
Required? true
Position? 1
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-ProductTree <Object>
Required? true
Position? 2
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-MsrcCvrfDocument -ID 2016-Nov | Get-MsrcCvrfCVESummary
Get the CVE summary from a CVRF document using the pipeline.
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>$cvrfDocument = Get-MsrcCvrfDocument -ID 2016-Nov
Get-MsrcCvrfCVESummary -Vulnerability $cvrfDocument.Vulnerability
Get the CVE summary from a CVRF document using a variable and parameters
RELATED LINKS
SYNOPSIS
Get the CVE summary from vulnerabilities found in CVRF document
SYNTAX
Get-MsrcCvrfCVESummary [-Vulnerability] <Object> [-ProductTree] <Object> [<CommonParameters>]
DESCRIPTION
This function gathers the CVE Summary from vulnerabilities in a CVRF document.
PARAMETERS
-Vulnerability <Object>
A vulnerability object or objects from a CVRF document object
Required? true
Position? 1
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-ProductTree <Object>
Required? true
Position? 2
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-MsrcCvrfDocument -ID 2016-Nov | Get-MsrcCvrfCVESummary
Get the CVE summary from a CVRF document using the pipeline.
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>$cvrfDocument = Get-MsrcCvrfDocument -ID 2016-Nov
Get-MsrcCvrfCVESummary -Vulnerability $cvrfDocument.Vulnerability
Get the CVE summary from a CVRF document using a variable and parameters
RELATED LINKS