Edit

Share via


Remove-CsTeamsUpgradePolicy

In on-premises deployments of Skype for Business Server, TeamsUpgradePolicy enables administrators to control whether users see a notification in their Skype for Business client of a pending upgrade to Teams. In addition, when this policy is assigned to a user, administrators can optionally have Win32 versions of Skype for Business clients silently download the Teams app based on the value of TeamsUpgradeConfiguration.

Syntax

Default (Default)

Remove-CsTeamsUpgradePolicy
    [-Identity] <XdsIdentity>

Description

In on-premises deployments of Skype for Business Server, TeamsUpgradePolicy enables administrators to control whether users see a notification of a pending upgrade to Teams in their Skype for Business client. The Remove-CsTeamsUpgradePolicy lets the administrator remove instances of TeamsUpgradePolicy that were previously created by the administrator.

Instances of TeamsUpgradePolicy created on-premises will not apply to any users that are already homed online. This cmdlet cannot be used to remove the built-in instances of TeamsUpgradePolicy provided in Office 365. There is no Remove-CsTeamsUpgradePolicy cmdlet for the online environment by design.

Examples

Example 1

PS C:\> Remove-CsTeamsUpgradePolicy -Identity Site:Redmond1

This removes the TeamsUpgradePolicy for site named Redmond1.

Parameters

-Identity

Applicable: Skype for Business Server 2019

The identity of the policy. To specify the global policy for the organization, use "global". To specify a specific site, use "site:<name>" where "<name>" is the name of the site. To specify a policy that can be assigned as needed to any users, simply specify a name of your choosing.

Parameter properties

Type:XdsIdentity
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

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

Inputs

Microsoft.Rtc.Management.Xds.XdsIdentity

Outputs

System.Object