Get MdeMachineAction - Visorian/PSMDE GitHub Wiki


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

Get-MdeMachineAction

SYNOPSIS

Retrieves a collection of or a specific Machine Action by its ID.

SYNTAX

id (Default)

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

filter

Get-MdeMachineAction [-filter <String>] [<CommonParameters>]

DESCRIPTION

Retrieves a collection of or a specific Machine Action by its ID.

EXAMPLES

EXAMPLE 1

$result = Get-MdeMachineAction

EXAMPLE 2

"

EXAMPLE 3

Get-MdeMachineAction -filter "type+eq+'RunAntiVirusScan'"

PARAMETERS

-id

Optional. Specifies the id of the target MDE machine action.

Type: String
Parameter Sets: id
Aliases:

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

-filter

Optional. Specifies the OData filter for baseline configurations. A filter is supported for "id", "status", "machineId", "type", "requestor", and "creationDateTimeUtc".

Type: String
Parameter Sets: filter
Aliases:

Required: False
Position: Named
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-machineaction-object?view=o365-worldwide

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