Skip to content

Commit e83b5bc

Browse files
authored
Update Grant-CsTeamsUpgradePolicy.md
1 parent 61c2ee5 commit e83b5bc

File tree

1 file changed

+22
-67
lines changed

1 file changed

+22
-67
lines changed

skype/skype-ps/skype/Grant-CsTeamsUpgradePolicy.md

Lines changed: 22 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,7 @@ TeamsUpgradePolicy allows administrators to manage the transition from Skype for
1414
## SYNTAX
1515

1616
```
17-
Grant-CsTeamsUpgradePolicy [[-PolicyName] <Object>] [[-Identity] <Object>]
18-
[-Tenant <Object>][-PassThru] [-Confirm] [-DomainController <Object>] [-WhatIf] [-AsJob]
19-
```
20-
21-
```
22-
Grant-CsTeamsUpgradePolicy [[-Identity] <UserIdParameter>] [-PolicyName] <string> [-Tenant <guid>] [-DomainController <Fqdn>] [-PassThru] [-WhatIf] [-Confirm] [<CommonParameters>]
17+
Grant-CsTeamsUpgradePolicy [[-Identity] <UserIdParameter>] [-PolicyName] <string> [-Tenant <guid>] [-Confirm] [<CommonParameters>]
2318
```
2419

2520
## DESCRIPTION
@@ -30,12 +25,32 @@ This cmdlet enables admins to apply TeamsUpgradePolicy to either individual user
3025

3126
IMPORTANT: TeamsUpgradePolicy will replace TeamsInteropPolicy. Components that previously honored TeamsInteropPolicy are being updated to honor TeamsUpgradePolicy instead. During the transition, use of these 2 policies must be coordinated during the transition. After transition is complete, TeamsInteropPolicy will be removed.
3227

28+
|||||
29+
30+
Office 365 provides all relevant instances of TeamsUpgradePolicy via built-in, read-only policies. The built-in instances are listed below.
31+
</br>
32+
</br>
33+
|Identity|Mode|NotifySfbUsers|Action|Comments|
34+
|---|---|---|---|---|
35+
|Islands|Islands|False|None||
36+
|IslandsWithNotify|Islands|True|Notify||
37+
|SfBOnly|SfBOnly|False|None|For now, this mode is effectively the same as setting preferred client=SfB. We expect in the future this will restrict Teams functionality.|
38+
|SfBOnlyWithNotify|SfBOnly|True|Notify|For now, this mode is effectively the same as setting preferred client=SfB. We expect in the future this will restrict Teams functionality.|
39+
|SfBWithTeamsCollab|SfBWithTeamsCollab|False|None|This mode exists at the PowerShell layer but is not yet exposed in the admin user experience. From a routing perspective, this is the same as SfBOnly mode. When TeamsAppPolicy is available, this will only allow Channels in Teams app.|
40+
|SfBWithTeamsCollabWithNotify|SfBWithTeamsCollab|True|Notify|This mode exists at the PowerShell layer but is not yet exposed in the admin user experience. From a routing perspective, this is the same as SfBOnly mode. When TeamsAppPolicy is available, this will only allow Channels in Teams app.|
41+
|UpgradeToTeams|TeamsOnly|False|Upgrade|Use this mode to upgrade users to Teams and to prevent chat, calling, and meeting scheduling in Skype for Business.|
42+
|Global|Legacy|False|None|The mode will eventually be updated to Islands.|
43+
|NoUpgrade|Legacy|False|None|This instance will eventually be retired.|
44+
|NotifyForTeams|Legacy|True|Notify|This instance will eventually be retired.|
45+
||||||
46+
47+
3348

3449
NOTES:
3550
- TeamsUpgradePolicy is available in both Office 365 and in on-premises versions of Skype for Business Server, but there are differences:
3651
- In Office 365, admins can specify both coexistence mode and whether to trigger notifications of pending upgrade.
3752
- In on-premises with Skype for Business Server, the only availble option is to trigger notifications.
38-
- TeamsUpgradePolicy in Office 365 can be granted to users homed on-premises in hybrid deployments of Skype for Business as follows:
53+
- TeamsUpgradePolicy in Office 365 can be granted to users homed on-premises in hybrid deployments of Skype for Business as follows:
3954
- Coexistence mode is honored by users homed on-premises, however on-premises users cannot be granted the UpgradeToTeams instance (mode=TeamsOnly) of TeamsUpgradePolicy. Users must be either homed in Skype for Business Online or have no Skype account anywhere to be upgraded to TeamsOnly mode.
4055
- The NotifySfBUsers setting of Office 365 TeamsUpgradePolicy is not honored by users homed on-premises. Instead, the on-premise version of TeamsUpgradePolicy must be used.
4156
- In Office 365, all relevant instances of TeamsUpgradePolicy are built into the system, so there is no corresponding New cmdlet avaiable. In contrast, Skype for Business Server does not contain built-in instances, so the New cmdlet is available on-premises. Only NotifySfBUsers property is available in on-premises.
@@ -110,37 +125,6 @@ Accept pipeline input: False
110125
Accept wildcard characters: False
111126
```
112127
113-
### -DomainController
114-
{{Fill DomainController Description}}
115-
116-
```yaml
117-
Type: Object
118-
Parameter Sets: (All)
119-
Aliases:
120-
Applicable: Skype for Business Online, Skype for Business Server 2019
121-
122-
Required: False
123-
Position: Named
124-
Default value: None
125-
Accept pipeline input: False
126-
Accept wildcard characters: False
127-
```
128-
129-
### -PassThru
130-
{{Fill PassThru Description}}
131-
132-
```yaml
133-
Type: SwitchParameter
134-
Parameter Sets: (All)
135-
Aliases:
136-
Applicable: Skype for Business Online, Skype for Business Server 2019
137-
138-
Required: False
139-
Position: Named
140-
Default value: None
141-
Accept pipeline input: False
142-
Accept wildcard characters: False
143-
```
144128
145129
### -Tenant
146130
{{Fill Tenant Description}}
@@ -158,38 +142,9 @@ Accept pipeline input: False
158142
Accept wildcard characters: False
159143
```
160144
161-
### -WhatIf
162-
Shows what would happen if the cmdlet runs.
163-
The cmdlet is not run.
164-
165-
```yaml
166-
Type: SwitchParameter
167-
Parameter Sets: (All)
168-
Aliases: wi
169-
Applicable: Skype for Business Online, Skype for Business Server 2019
170-
171-
Required: False
172-
Position: Named
173-
Default value: None
174-
Accept pipeline input: False
175-
Accept wildcard characters: False
176-
```
177145
178-
### -AsJob
179-
{{Fill AsJob Description}}
180146
181-
```yaml
182-
Type: SwitchParameter
183-
Parameter Sets: (All)
184-
Aliases:
185-
Applicable: Skype for Business Online, Skype for Business Server 2019
186147
187-
Required: False
188-
Position: Named
189-
Default value: None
190-
Accept pipeline input: False
191-
Accept wildcard characters: False
192-
```
193148
194149
## INPUTS
195150

0 commit comments

Comments
 (0)