Edit

Share via


Remove-CsOnlineSchedule

Use the Remove-CsOnlineSchedule cmdlet to remove a schedule.

Syntax

Default (Default)

Remove-CsOnlineSchedule
    -Id <String>
    [-Tenant <Guid>]
    [<CommonParameters>]

Description

The Remove-CsOnlineSchedule cmdlet deletes a schedule that is specified by using the Id parameter.

Examples

Example 1

Remove-CsOnlineSchedule -Id "fa9081d6-b4f3-5c96-baec-0b00077709e5"

This example deletes the schedule that has an Id of fa9081d6-b4f3-5c96-baec-0b00077709e5.

Parameters

-Id

Applicable: Microsoft Teams

The Id for the schedule to be removed.

Parameter properties

Type:System.String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:0
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:True
Value from remaining arguments:False

-Tenant

Applicable: Microsoft Teams

Parameter properties

Type:System.Guid
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

System.String

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

Outputs

System.Void