< Back

Get-MsrcCvrfDocument

Sat Jan 18, 2020 4:49 pm

NAME Get-MsrcCvrfDocument



SYNOPSIS

Get a MSRC CVRF document





SYNTAX

Get-MsrcCvrfDocument [-AsXml] [<CommonParameters>]





DESCRIPTION

Calls the MSRC CVRF API to get a CVRF document by ID





PARAMETERS

-AsXml [<SwitchParameter>]

Get the output as Xml



Required? false

Position? named

Default value False

Accept pipeline input? false

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



NOTES





An API Key for the MSRC CVRF API is required

To get an API key, please visit https://portal.msrc.microsoft.com



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Get-MsrcCvrfDocument -ID 2016-Aug



Get the Cvrf document '2016-Aug' (returns an object converted from the CVRF JSON)









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



PS C:\\>Get-MsrcCvrfDocument -ID 2016-Aug -AsXml



Get the Cvrf document '2016-Aug' (returns an object converted from CVRF XML)











RELATED LINKS