Skip to content

Commit

Permalink
Remove extraneous blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
shenanigansd authored Feb 4, 2024
1 parent d7b3427 commit 4f741d1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Teams/new-teams-deploy-using-policies.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,7 @@ UserChoice
Example:

```powershell
Set-CsTeamsUpdateManagementPolicy -identity MySetting -UseNewTeamsClient UserChoice
```

> [!NOTE]
Expand All @@ -155,11 +153,8 @@ Set-CsTeamsUpdateManagementPolicy -identity MySetting -UseNewTeamsClient UserCho
5. Use the following commands to deploy a **new policy** to opt-out a specific user from seeing the toggle:

```powershell
New-CsTeamsUpdateManagementPolicy -identity <new_policy_name> -UseNewTeamsClient AdminDisabled
Grant-CsTeamsUpdateManagementPolicy -identity <user> -PolicyName <new_policy_name>
```

**Example:**
Expand Down Expand Up @@ -187,7 +182,6 @@ After they opt out, the toggle won't appear when they relaunch Teams. To prevent
To remove the new Teams from all users' computers, use the following PowerShell command:

```powershell
Remove-AppxPackage
```

Expand Down

0 comments on commit 4f741d1

Please sign in to comment.