-
Notifications
You must be signed in to change notification settings - Fork 2
Get MdeVulnerabilityByMachine
Jan-Henrik Damaschke edited this page Nov 22, 2022
·
2 revisions
external help file: PSMDE-help.xml Module Name: PSMDE online version: https://docs.microsoft.com/en-us/microsoft-365/security/defender-endpoint/get-all-vulnerabilities-by-machines?view=o365-worldwide schema: 2.0.0
Retrieves a list of all the vulnerabilities affecting the organization per machine and software.
Get-MdeVulnerabilityByMachine [[-severity] <String>] [[-machineId] <String>] [[-id] <String>]
[<CommonParameters>]
Retrieves a list of all the vulnerabilities affecting the organization per machine and software.
Get-MdeVulnerabilityByMachine
Get-MdeVulnerabilityByMachine -severity High
{{ Fill severity Description }}
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
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
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
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Author: Jan-Henrik Damaschke