Remove-CsTeamsFeedbackPolicy

Use this cmdlet to remove a Teams Feedback policy from the Tenant.

Syntax

Remove-CsTeamsFeedbackPolicy
      [-WhatIf]
      [-Confirm]
      [[-Identity] <Object>]
      [-Tenant <Object>]
      [-Force]

Description

Removes a Teams Feedback policy from the Tenant.

Examples

Example 1

PS C:\> Remove-CsTeamsFeedbackPolicy -Identity "New Hire Feedback Policy"

In this example, the policy "New Hire Feedback Policy" is being removed.

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

-Force

Suppresses any confirmation prompts that would otherwise be displayed before making changes and suppresses the display of any non-fatal error message that might arise when running the command.

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

-Identity

The identity of the policy to be removed.

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

-Tenant

Internal Microsoft use.

Type:Object
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

Microsoft.Rtc.Management.Xds.XdsIdentity

Outputs

System.Object