< Back

Get-LaInPlaceHold

Sun Jan 19, 2020 6:26 pm

NAME Get-LaInPlaceHold



SYNOPSIS

Reports on in-place holds from the legacy, Exchange specific, "Compliance Management > in-place eDiscovery & hold"





SYNTAX

Get-LaInPlaceHold [<CommonParameters>]





DESCRIPTION

Reports on in-place holds from the legacy, Exchange specific, "Compliance Management > in-place eDiscovery & hold"

This does not report on each mailbox that is on hold - Use Get-LaMailboxInPlaceHold to report on that (however

that command provides only the legacy holds). To report on modern holds, use Get-LaComplianceCase to report on

in-place holds from the new "Security and Compliance Center".





PARAMETERS

<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



NOTES









-------------------------- EXAMPLE 1 --------------------------



Get-LaInPlaceHold | Export-Csv ./LegacyHolds.csv -NoTypeInformation





-------------------------- EXAMPLE 2 --------------------------



Get-LaInPlaceHold | Out-GridView







RELATED LINKS