-
Notifications
You must be signed in to change notification settings - Fork 2
Get MdeSoftwareVulnerability
Jan-Henrik Damaschke edited this page Sep 16, 2022
·
1 revision
Retrieve a list of vulnerabilities in the installed software.
Get-MdeSoftwareVulnerability [-id] <String> [<CommonParameters>]
Retrieve a list of vulnerabilities in the installed software.
Get-MdeSoftwareVulnerability -id 'microsoft-_-edge'
Optional. Specifies the id of the target software.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
PSCustomObject. The Get-MdeSoftwareVulnerability function returns a list of or a single PSCustomObject containing the parsed MDE vulnerability object.
Author: Jan-Henrik Damaschke