Commands › Exchange Online

Get-eDiscoveryCaseAdmin

Exchange Online ExchangeOnlineManagement Get-*

For more information, see Security & Compliance PowerShell. Use the Get-eDiscoveryCaseAdmin cmdlet to view eDiscovery Administrators in the Microsoft Purview compliance portal. An eDiscovery Administrator is member of the eDiscovery Manager role group who can also view and access all eDiscovery cases in your organization.

Quick start script

# Get-eDiscoveryCaseAdmin — quick start (serv365.ai)
# 1. Connect (app-only shown; interactive: omit the certificate parameters)
Connect-ExchangeOnline -CertificateThumbprint $thumb -AppId $appId -Organization $org

# 2. Run and inspect
Get-eDiscoveryCaseAdmin | Format-List

# 3. Export for evidence / drift tracking
Get-eDiscoveryCaseAdmin | Export-Clixml .\eDiscoveryCaseAdmin-$(Get-Date -Format yyyyMMdd).xml

Syntax

Get-eDiscoveryCaseAdmin [-DomainController <Fqdn>]
 [-ResultSize <Unlimited>]
 [<CommonParameters>]

Parameters (2)

ParameterTypeRequiredWhat it controls
-DomainController Fqdn This parameter is reserved for internal Microsoft use.
-ResultSize Unlimited The ResultSize parameter specifies the maximum number of results to return. If you want to return all requests that match the query, use unlimited for the value of this parameter. The default value is 1000.

Reference facts derived from Microsoft documentation, © Microsoft, licensed CC BY 4.0; restructured with original guidance by serv365.ai.