Get MdeVulnerabilityByMachine - Visorian/PSMDE GitHub Wiki


Get-MdeVulnerabilityByMachine

SYNOPSIS

Retrieves a list of all the vulnerabilities affecting the organization per machine and software.

SYNTAX

Get-MdeVulnerabilityByMachine [[-severity] <String>] [[-machineId] <String>] [[-id] <String>]
 [<CommonParameters>]

DESCRIPTION

Retrieves a list of all the vulnerabilities affecting the organization per machine and software.

EXAMPLES

EXAMPLE 1

Get-MdeVulnerabilityByMachine

EXAMPLE 2

Get-MdeVulnerabilityByMachine -severity High

PARAMETERS

-severity

{{ Fill severity Description }}

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-machineId

Optional. Specifies the machine by id.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-id

Optional. Specifies the CVE id.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 3
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://docs.microsoft.com/en-us/microsoft-365/security/defender-endpoint/get-all-vulnerabilities-by-machines?view=o365-worldwide

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