Skip to content

Commit 169a41a

Browse files
Update and rename assign-per-user-skype-for-business-online-policies-with-microsoft-365-powershell.md to assign-per-user-microsoft-teams-policies-with-microsoft-365-powershell.md
1 parent e88acf1 commit 169a41a

1 file changed

Lines changed: 6 additions & 9 deletions

File tree

microsoft-365/enterprise/assign-per-user-skype-for-business-online-policies-with-microsoft-365-powershell.md renamed to microsoft-365/enterprise/assign-per-user-microsoft-teams-policies-with-microsoft-365-powershell.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Assign per-user Skype for Business Online policies with PowerShell for Microsoft 365"
2+
title: "Assign per-user Microsoft Teams policies with PowerShell for Microsoft 365"
33
ms.author: kvice
44
author: kelleyvice-msft
55
manager: scotv
@@ -15,21 +15,18 @@ f1.keywords:
1515
- NOCSH
1616
ms.custom: seo-marvel-apr2020
1717
ms.assetid: 36743c86-46c2-46be-b9ed-ad9d4e85d186
18-
description: "Summary: Use PowerShell for Microsoft 365 to assign per-user communication settings with Skype for Business Online policies."
18+
description: "Summary: Use PowerShell for Microsoft 365 to assign per-user communication settings with Microsoft Teams policies."
1919
---
2020

21-
# Assign per-user Skype for Business Online policies with PowerShell for Microsoft 365
21+
# Assign per-user Microsoft Teams policies with PowerShell for Microsoft 365
2222

2323
*This article applies to both Microsoft 365 Enterprise and Office 365 Enterprise.*
2424

25-
Using PowerShell for Microsoft 365 is an efficient way to assign per-user communication settings with Skype for Business Online policies.
25+
Using PowerShell for Microsoft 365 is an efficient way to assign per-user communication settings with Microsoft Teams policies.
2626

2727
## Prepare to run the PowerShell commands
2828

2929
Use these instructions to get set up to run the commands (skip the steps you have already completed):
30-
31-
> [!Note]
32-
> Skype for Business Online Connector is currently part of the latest Teams PowerShell module. If you're using the latest Teams PowerShell public release, you don't need to install the Skype for Business Online Connector.
3330

3431
1. Install the [Teams PowerShell module](/microsoftteams/teams-powershell-install).
3532

@@ -40,7 +37,7 @@ Use these instructions to get set up to run the commands (skip the steps you hav
4037
Connect-MicrosoftTeams
4138
```
4239

43-
When prompted, enter your Skype for Business Online administrator account name and password.
40+
When prompted, enter your Microsoft Teams administrator account name and password.
4441

4542
## Updating external communication settings for a user account
4643

@@ -68,7 +65,7 @@ EnablePublicCloudAudioVideoAccess : False
6865
EnableOutsideAccess : True
6966
```
7067

71-
Now that you know which policy to assign to Alex, we can assign that policy by using the [Grant-CsExternalAccessPolicy](/powershell/module/skype/Get-CsExternalAccessPolicy) cmdlet. Here is an example:
68+
Now that you know which policy to assign to Alex, we can assign that policy by using the [Grant-CsExternalAccessPolicy](/powershell/module/teams/Get-CsExternalAccessPolicy) cmdlet. Here is an example:
7269

7370
```powershell
7471
Grant-CsExternalAccessPolicy -Identity "Alex Darrow" -PolicyName "FederationOnly"

0 commit comments

Comments
 (0)