Edit

Share via


Get-CsTeamsUpdateManagementPolicy

Use this cmdlet to retrieve the current Teams Update Management policies in the organization.

Syntax

Identity (Default)

Get-CsTeamsUpdateManagementPolicy
    [[-Identity] <String>]
    [-ProgressAction <ActionPreference>]
    [<CommonParameters>]

Filter

Get-CsTeamsUpdateManagementPolicy
    [-Filter <String>]
    [-ProgressAction <ActionPreference>]
    [<CommonParameters>]

Description

The Teams Update Management Policy allows admins to specify if a given user is enabled to preview features in Teams.

Examples

Example 1

PS C:\> Get-CsTeamsUpdateManagementPolicy

In this example, we retrieve all the existing Teams Update Management policies in the organization.

Parameters

-Filter

This parameter accepts a wildcard string and returns all policies with identities matching that string. For example, a Filter value of tag:* will return all policies defined at the per-user level.

Parameter properties

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

Parameter sets

Filter
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Identity

The unique identifier of the policy.

Parameter properties

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

Parameter sets

Identity
Position:1
Mandatory:False
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.

Inputs

None

Outputs

TeamsUpdateManagementPolicy.Cmdlets.TeamsUpdateManagementPolicy