Commands › Exchange Online

Get-OnlineMeetingConfiguration

Exchange Online ExchangeOnlineManagement Get-*

This cmdlet is functional only in the cloud-based service. Use the Get-OnlineMeetingConfiguration cmdlet to view status and usage information about Skype Meetings and Skype for Business Online for mailboxes. Skype Meetings automatically includes Skype for Business Online conference join information in Exchange Online meeting invitations.

Quick start script

# Get-OnlineMeetingConfiguration — 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-OnlineMeetingConfiguration -Identity <MailboxIdParameter> | Format-List

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

Syntax

Get-OnlineMeetingConfiguration [-Identity] <MailboxIdParameter>
 [-DomainController <Fqdn>]
 [<CommonParameters>]

Parameters (2)

ParameterTypeRequiredWhat it controls
-Identity MailboxIdParameter yes The Identity parameter specifies the mailbox that you want to view. You can use any value that uniquely identifies the mailbox. For example:
-DomainController Fqdn 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.