Remove-CsTeamsShiftsConnection
This cmdlet deletes a Shifts connection.
Syntax
Remove-CsTeamsShiftsConnection
-ConnectionId <String>
-InputObject <IConfigApiBasedCmdletsIdentity>
[-PassThru]
[<CommonParameters>]
Description
This cmdlet deletes a connection. All available connections can be found by running Get-CsTeamsShiftsConnection.
Examples
Example 1
PS C:\> Remove-CsTeamsShiftsConnection -ConnectionId 43cd0e23-b62d-44e8-9321-61cb5fcfae85
Deletes the connection with ID 43cd0e23-b62d-44e8-9321-61cb5fcfae85
.
Parameters
-ConnectionId
The ID of the connection that you want to delete.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Microsoft Teams |
-InputObject
The identity parameter.
Type: | IConfigApiBasedCmdletsIdentity |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-PassThru
Enables you to pass a user object through the pipeline that represents the user being assigned the policy.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |