powershell assign new teams to bulk user list

NP 466 Reputation points
2024-03-12T23:08:37.76+00:00

Is there a way to assign the new teams update policy via powershell rather than the gui? We are going to be doing it in batches

User's image

Microsoft Teams Microsoft Teams for business Other
0 comments No comments
{count} votes

Accepted answer
  1. Anonymous
    2024-03-13T05:55:30.9566667+00:00

    Hi @NP

    You can set policies via PowerShell to upgrade to the new Teams client:

    1.Import the latest Teams PowerShell cmdlets (require version 4.9.1 or greater) by following Manage Teams with Microsoft Teams PowerShell instructions. Direct link: PowerShell Gallery Microsoft Teams 4.9.1.

    2.Connect to an admin account using this command:

    User's image

    3.Once connected and logged in via PowerShell, you can explore the list of related commands: Enter *-CsTeamsUpdateManagementPolicy and tab through the commands (tab key).

    4.Use the following commands to change the existing Update Management policy to opt in the assigned users to allow them to try the new Teams:

    User's image

    5.Use the following commands to deploy a new policy to opt-out a specific user from seeing the toggle:

    User's image

    Please refer to this document for more details.

    ********************************************************************************************************* If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread. *********************************************************************************************************


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.