Get MdeLiveResponseResult - 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-live-response-result?view=o365-worldwide schema: 2.0.0

Get-MdeLiveResponseResult

SYNOPSIS

Retrieves a specific live response command result by its index.

SYNTAX

Get-MdeLiveResponseResult [-id] <String> [[-index] <Int32>] [<CommonParameters>]

DESCRIPTION

Retrieves a specific live response command result by its index.

EXAMPLES

EXAMPLE 1

"

EXAMPLE 2

" -index 0

PARAMETERS

-id

Specifies the id of the target live response machine action.

Type: String
Parameter Sets: (All)
Aliases:

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

-index

Optional. Specifies the index of the live response result (default: 0).

Type: Int32
Parameter Sets: (All)
Aliases:

Required: False
Position: 2
Default value: 0
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-live-response-result?view=o365-worldwide

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