Commands › Exchange Online

Get-WorkforceInsightsDelegationAccess

Exchange Online ExchangeOnlineManagement Get-*

9.2-Preview1 or later. For more information, see About the Exchange Online PowerShell module. Use the Get-WorkforceInsightsDelegationAccess cmdlet to view all delegates of the specified delegator. Delegate accounts can view organizational insights like the specified delegator.

Quick start script

# Get-WorkforceInsightsDelegationAccess — 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-WorkforceInsightsDelegationAccess -Delegator <Guid> | Format-List

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

Syntax

Get-WorkforceInsightsDelegationAccess -Delegator <Guid>
 [-ResultSize <Unlimited>]
 [<CommonParameters>]

Parameters (2)

ParameterTypeRequiredWhat it controls
-Delegator Guid yes The Delegator parameter specifies the account of the leader that can view organizational insights. This capability is given to delegates.
-ResultSize Unlimited This parameter is reserved for internal Microsoft use.

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