Get-CsTeamsUpdateManagementPolicy
Use this cmdlet to retrieve the current Teams Update Management policies in the organization.
Syntax
Get-CsTeamsUpdateManagementPolicy
[[-Identity] <String>]
[-ProgressAction <ActionPreference>]
[<CommonParameters>]
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.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Identity
The unique identifier of the policy.
Type: | String |
Position: | 1 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
None
Outputs
TeamsUpdateManagementPolicy.Cmdlets.TeamsUpdateManagementPolicy