-
Notifications
You must be signed in to change notification settings - Fork 2
Get MdeRemediationTask
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-remediation-one-activity?view=o365-worldwide schema: 2.0.0
Returns information about all or one specified remediation activity.
Get-MdeRemediationTask [[-id] <String>] [<CommonParameters>]
Returns information about all or one specified remediation activity. Presents the same columns as Get all remediation activity", but returns results only for the one specified remediation activity.
$exposures = Get-MdeRemediationTask
'
{{ Fill id Description }}
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
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