< Back

Get-MsrcCvrfAffectedSoftware

Sat Jan 18, 2020 4:49 pm

NAME Get-MsrcCvrfAffectedSoftware



SYNOPSIS

Get details of products affected by a CVRF document





SYNTAX

Get-MsrcCvrfAffectedSoftware [-Vulnerability] <Object> [-ProductTree] <Object> [<CommonParameters>]





DESCRIPTION

CVRF documents next products into several places, including:

-Vulnerabilities

-Threats

-Remediations

-Product Tree

This function gathers the details for each product identified in a CVRF document.





PARAMETERS

-Vulnerability <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-MsrcCvrfAffectedSoftware



Get product details from a CVRF document using the pipeline.









-------------------------- EXAMPLE 2 --------------------------



PS C:\\>$cvrfDocument = Get-MsrcCvrfDocument -ID 2016-Nov



Get-MsrcCvrfAffectedSoftware -Vulnerability $cvrfDocument.Vulnerability -ProductTree $cvrfDocument.ProductTree



Get product details from a CVRF document using a variable and parameters











RELATED LINKS