Get MdeRecommendationVulnerabilities - Visorian/PSMDE GitHub Wiki


Get-MdeRecommendationVulnerabilities

SYNOPSIS

Retrieves a list of vulnerabilities associated with the security recommendation.

SYNTAX

Get-MdeRecommendationVulnerabilities [-id] <String> [<CommonParameters>]

DESCRIPTION

Retrieves a list of vulnerabilities associated with the security recommendation.

EXAMPLES

EXAMPLE 1

$recommendations = Get-MdeRecommendationVulnerabilities

EXAMPLE 2

Get-MdeRecommendationVulnerabilities -id 'va-_-google-_-chrome'

PARAMETERS

-id

Optional. Specifies the id of the target MDE recommendation.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

Author: Jan-Henrik Damaschke

RELATED LINKS

https://learn.microsoft.com/en-us/microsoft-365/security/defender-endpoint/get-recommendation-vulnerabilities?view=o365-worldwide

⚠️ **GitHub.com Fallback** ⚠️