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
Copy file name to clipboardExpand all lines: skype/skype-ps/skype/Get-CsTeamsUpgradePolicy.md
+11-28Lines changed: 11 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -29,10 +29,9 @@ TeamsUpgradePolicy allows administrators to manage the transition from Skype for
29
29
NOTES:
30
30
- 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.
31
31
- 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.
34
33
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.
36
35
37
36
38
37
## EXAMPLES
@@ -45,25 +44,21 @@ Identity : Global
45
44
Description : Users can use either Skype for Business client or Teams client
46
45
Mode : Islands
47
46
NotifySfbUsers : False
48
-
Action : None
49
47
50
48
Identity : Tag:NoUpgrade
51
49
Description : Users can use either Skype for Business client or Teams client
52
50
Mode : Legacy
53
51
NotifySfbUsers : False
54
-
Action : None
55
52
56
53
Identity : Tag:NotifyForTeams
57
54
Description : Show notification of pending upgrade in Skype for Business client
58
55
Mode : Legacy
59
56
NotifySfbUsers : True
60
-
Action : Notify
61
57
62
58
Identity : Tag:UpgradeToTeams
63
59
Description : Use Teams Only
64
60
Mode : TeamsOnly
65
61
NotifySfbUsers : False
66
-
Action : Upgrade
67
62
68
63
Identity : Tag:Islands
69
64
Description : Use either Skype for Business client or Teams client
0 commit comments