-
Notifications
You must be signed in to change notification settings - Fork 2
Get MdeMachineAction
Jan-Henrik Damaschke edited this page Nov 23, 2022
·
1 revision
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
Retrieves a collection of or a specific Machine Action by its ID.
Get-MdeMachineAction [-id <String>] [<CommonParameters>]
Get-MdeMachineAction [-filter <String>] [<CommonParameters>]
Retrieves a collection of or a specific Machine Action by its ID.
$result = Get-MdeMachineAction
"
Get-MdeMachineAction -filter "type+eq+'RunAntiVirusScan'"
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
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
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