Commands › Exchange Online

Get-ExchangeServerAccessLicense

Exchange Online ExchangeOnlineManagement Get-*

Return a list of licenses in use in your Exchange organization. This refers to the specific legal name of the license, as defined in the Microsoft Product List and is representative of your licenses when you run this cmdlet.

Quick start script

# Get-ExchangeServerAccessLicense — 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-ExchangeServerAccessLicense | Format-List

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

Syntax

Get-ExchangeServerAccessLicense [<CommonParameters>]

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