Remove-CsTeamsShiftsConnectionTeamMap
This cmdlet removes the mapping between the Microsoft Teams team and workforce management (WFM) team.
Syntax
Default (Default)
Remove-CsTeamsShiftsConnectionTeamMap
-ConnectorInstanceId <String>
-TeamId <string>
-InputObject <IConfigApiBasedCmdletsIdentity>
[-PassThru]
[<CommonParameters>]
Description
This cmdlet removes the mapping between the Microsoft Teams team and WFM team. All team mappings can be found by running Get-CsTeamsShiftsConnectionTeamMap.
Examples
Example 1
PS C:\> Remove-CsTeamsShiftsConnectionTeamMap -ConnectorInstanceId "WCI-4c231dd2-4451-45bd-8eea-bd68b40bab8b" -TeamId "30b625bd-f0f7-4d5c-8793-9ccef5a63119"
Unmaps the Teams team with ID "30b625bd-f0f7-4d5c-8793-9ccef5a63119" in the instance with ID "WCI-4c231dd2-4451-45bd-8eea-bd68b40bab8b".
Parameters
-ConnectorInstanceId
Applicable: Microsoft Teams
The ID of the connection instance that you want to delete.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-InputObject
The identity parameter.
Parameter properties
Type: | IConfigApiBasedCmdletsIdentity |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
RemoveViaIdentity
Position: | Named |
Mandatory: | True |
Value from pipeline: | True |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-PassThru
Enables you to pass a user object through the pipeline that represents the user being assigned the policy.
Parameter properties
Type: | SwitchParameter |
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 |
-TeamId
Applicable: Microsoft Teams
The ID of the connection instance that you want to delete.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | True |
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.