Get MdeMachineAlerts - Visorian/PSMDE GitHub Wiki


external help file: PSMDE-help.xml Module Name: PSMDE online version: https://docs.microsoft.com/en-us/microsoft-365/security/defender-endpoint/get-machine-related-alerts?view=o365-worldwide schema: 2.0.0

Get-MdeMachineAlerts

SYNOPSIS

Retrieves all Alerts related to a specific device.

SYNTAX

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

DESCRIPTION

Retrieves all Alerts related to a specific device.

EXAMPLES

EXAMPLE 1

Get-MdeMachineAlerts -id '123'

PARAMETERS

-id

{{ Fill id Description }}

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

PSCustomObject. The Get-MdeMachine function returns a list of or a single PSCustomObject containing the parsed MDE machine alerts.

NOTES

Author: Jan-Henrik Damaschke

RELATED LINKS

https://docs.microsoft.com/en-us/microsoft-365/security/defender-endpoint/get-machine-related-alerts?view=o365-worldwide

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