Commands › Microsoft Teams

Get-CsOnlineSchedule

Microsoft Teams MicrosoftTeams Get-*

Get information about schedules that belong to your organization.

Quick start script

# Get-CsOnlineSchedule — quick start (serv365.ai)
# 1. Connect (app-only shown; interactive: omit the certificate parameters)
Connect-MicrosoftTeams -CertificateThumbprint $thumb -ApplicationId $appId -TenantId $tenantId

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

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

Syntax

Get-CsOnlineSchedule -Id <String> [<CommonParameters>]

Parameters (1)

ParameterTypeRequiredWhat it controls
-Id String The Id for the schedule to be retrieved. If this parameter is not specified, then all schedules in the organization are returned.

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