You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardExpand all lines: microsoft-365/enterprise/assign-per-user-microsoft-teams-policies-with-microsoft-365-powershell.md
+6-9Lines changed: 6 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
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"
3
3
ms.author: kvice
4
4
author: kelleyvice-msft
5
5
manager: scotv
@@ -15,21 +15,18 @@ f1.keywords:
15
15
- NOCSH
16
16
ms.custom: seo-marvel-apr2020
17
17
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."
19
19
---
20
20
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
22
22
23
23
*This article applies to both Microsoft 365 Enterprise and Office 365 Enterprise.*
24
24
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.
26
26
27
27
## Prepare to run the PowerShell commands
28
28
29
29
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.
33
30
34
31
1. Install the [Teams PowerShell module](/microsoftteams/teams-powershell-install).
35
32
@@ -40,7 +37,7 @@ Use these instructions to get set up to run the commands (skip the steps you hav
40
37
Connect-MicrosoftTeams
41
38
```
42
39
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.
44
41
45
42
## Updating external communication settings for a user account
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:
0 commit comments