Bearbeiten

Freigeben über


Remove-CsTeamsWorkLoadPolicy

This cmdlet deletes a Teams Workload Policy instance.

Syntax

Remove-CsTeamsWorkLoadPolicy
      [-Identity] <String>
      [-MsftInternalProcessingMode <String>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]

Description

The TeamsWorkLoadPolicy determines the workloads like meeting, messaging, calling that are enabled and/or pinned for the user.

Examples

Example 1

PS C:\> Remove-CsTeamsWorkLoadPolicy -Identity "Test"

Deletes a Teams Workload policy instance with the identity of "Test".

Parameters

-Confirm

Prompts you for confirmation before running the cmdlet.

Type:SwitchParameter
Aliases:cf
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Identity

Identity of the Teams Workload Policy.

Type:String
Position:1
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-MsftInternalProcessingMode

For Microsoft Internal Use Only

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type:SwitchParameter
Aliases:wi
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Inputs

System.String

Outputs

System.Object