Skip to content

Commit d336e1c

Browse files
authored
Merge pull request MicrosoftDocs#2248 from bjwhalen/patch-43
Update Get-CsTeamsUpgradePolicy.md
2 parents 53410a9 + e6cd073 commit d336e1c

File tree

1 file changed

+11
-28
lines changed

1 file changed

+11
-28
lines changed

skype/skype-ps/skype/Get-CsTeamsUpgradePolicy.md

Lines changed: 11 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,9 @@ TeamsUpgradePolicy allows administrators to manage the transition from Skype for
2929
NOTES:
3030
- Except for on-premise versions of Skype for Business Server, all relevant instances of TeamsUpgradePolicy are built into the system, so there is no corresponding New cmdlet.
3131
- If you are using Skype for Business Server, there are no built-in instances and you'll need to create one. Also, only the NotifySfBUsers property is available. Mode is not present
32-
- Instances with mode set to SfBWithTeamsCollab are not yet functional. From a routing perspective, this will behave like SfBOnly mode.
33-
- Action property is redundnant with the combination of NotifySfBUsers and Mode. It will eventually be removed.
32+
- Instances with mode set to SfBWithTeamsCollab and SfBWithTeamsCollabAndMeetings are not yet fully functional. From a routing perspective, they will behave like SfBOnly mode.
3433

35-
IMPORTANT: TeamsUpgradePolicy has replaced TeamsInteropPolicy. Components that previously honored TeamsInteropPolicy have been updated to honor TeamsUpgradePolicy instead.
34+
IMPORTANT: TeamsUpgradePolicy has replaced TeamsInteropPolicy. Components that previously honored TeamsInteropPolicy have been updated to honor TeamsUpgradePolicy instead. Do not use TeamsInteropPolicy.
3635

3736

3837
## EXAMPLES
@@ -45,25 +44,21 @@ Identity : Global
4544
Description : Users can use either Skype for Business client or Teams client
4645
Mode : Islands
4746
NotifySfbUsers : False
48-
Action : None
4947
5048
Identity : Tag:NoUpgrade
5149
Description : Users can use either Skype for Business client or Teams client
5250
Mode : Legacy
5351
NotifySfbUsers : False
54-
Action : None
5552
5653
Identity : Tag:NotifyForTeams
5754
Description : Show notification of pending upgrade in Skype for Business client
5855
Mode : Legacy
5956
NotifySfbUsers : True
60-
Action : Notify
6157
6258
Identity : Tag:UpgradeToTeams
6359
Description : Use Teams Only
6460
Mode : TeamsOnly
6561
NotifySfbUsers : False
66-
Action : Upgrade
6762
6863
Identity : Tag:Islands
6964
Description : Use either Skype for Business client or Teams client
@@ -75,32 +70,36 @@ Identity : Tag:IslandsWithNotify
7570
Description : Use either Skype for Business client or Teams client
7671
Mode : Islands
7772
NotifySfbUsers : True
78-
Action : Notify
7973
8074
Identity : Tag:SfBOnly
8175
Description : Use only Skype for Business
8276
Mode : SfBOnly
8377
NotifySfbUsers : False
84-
Action : None
8578
8679
Identity : Tag:SfBOnlyWithNotify
8780
Description : Use only Skype for Business
8881
Mode : SfBOnly
8982
NotifySfbUsers : True
90-
Action : Notify
9183
9284
Identity : Tag:SfBWithTeamsCollab
9385
Description : Use Skype for Business and use Teams only for group collaboration
9486
Mode : SfBWithTeamsCollab
9587
NotifySfbUsers : False
96-
Action : None
9788
9889
Identity : Tag:SfBWithTeamsCollabWithNotify
9990
Description : Use Skype for Business and use Teams only for group collaboration
10091
Mode : SfBWithTeamsCollab
10192
NotifySfbUsers : True
102-
Action : Notify
10393
94+
Identity : Tag:SfBWithTeamsCollabAndMeetings
95+
Description : Use Skype for Business and use Teams only for group collaboration
96+
Mode : SfBWithTeamsCollabAndMeetings
97+
NotifySfbUsers : False
98+
99+
Identity : Tag:SfBWithTeamsCollabAndMeetingsWithNotify
100+
Description : Use Skype for Business and use Teams only for group collaboration
101+
Mode : SfBWithTeamsCollabAndMeetings
102+
NotifySfbUsers : True
104103
```
105104

106105
List all instances of TeamsUpgradePolicy
@@ -114,7 +113,6 @@ Identity : Global
114113
Description : Users can use either Skype for Business client or Teams client
115114
Mode : Islands
116115
NotifySfbUsers : False
117-
Action : None
118116
119117
```
120118

@@ -165,21 +163,6 @@ Accept pipeline input: False
165163
Accept wildcard characters: False
166164
```
167165
168-
### -LocalStore
169-
Do Not Use
170-
171-
```yaml
172-
Type: SwitchParameter
173-
Parameter Sets: (All)
174-
Aliases:
175-
Applicable: Skype for Business Online, Skype for Business Server 2019
176-
177-
Required: False
178-
Position: Named
179-
Default value: None
180-
Accept pipeline input: False
181-
Accept wildcard characters: False
182-
```
183166
184167
### -Tenant
185168
{{Fill Tenant Description}}

0 commit comments

Comments
 (0)