Get-CsOnlineSchedule

Use the Get-CsOnlineSchedule cmdlet to get information about schedules that belong to your organization.

Syntax

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

Description

The Get-CsOnlineSchedule cmdlet returns information about the schedules in your organization.

Examples

-------------------------- Example 1 --------------------------

Get-CsOnlineSchedule

This example retrieves all schedules that belong to your organization.

-------------------------- Example 2 --------------------------

Get-CsOnlineSchedule -Id "f7a821dc-2d69-5ae8-8525-bcb4a4556093"

This example gets the schedules that has the Id of f7a821dc-2d69-5ae8-8525-bcb4a4556093.

Parameters

-Id

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

Type:System.String
Position:0
Default value:None
Required:False
Accept pipeline input:True
Accept wildcard characters:False
Applies to:Microsoft Teams

Inputs

System.String

The Get-CsOnlineSchedule cmdlet accepts a string as the Id parameter.

Outputs

Microsoft.Rtc.Management.Hosted.Online.Models.Schedule