< Back

New-VulnerabilityStateObject

Sat Jan 18, 2020 1:43 pm

NAME New-VulnerabilityStateObject



SYNOPSIS

Creates a new object which represents a "microsoft.graph.vulnerabilityState" (or one of its derived types).





SYNTAX

New-VulnerabilityStateObject [-cve <string>] [-severity <string>] [-wasRunning <bool>] [<CommonParameters>]





DESCRIPTION

Creates a new object which represents a "microsoft.graph.vulnerabilityState" (or one of its derived types).





PARAMETERS

-cve <string>

The "cve" property, of type "Edm.String".



This property is on the "microsoft.graph.vulnerabilityState" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-severity <string>

The "severity" property, of type "Edm.String".



This property is on the "microsoft.graph.vulnerabilityState" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-wasRunning <bool>

The "wasRunning" property, of type "Edm.Boolean".



This property is on the "microsoft.graph.vulnerabilityState" type.



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





RELATED LINKS