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
{{ message }}
This repository was archived by the owner on Feb 20, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: skype/skype-ps/skype/New-CsTeamsUpgradePolicy.md
+22-31Lines changed: 22 additions & 31 deletions
Original file line number
Diff line number
Diff line change
@@ -13,40 +13,37 @@ ms.reviewer:
13
13
# New-CsTeamsUpgradePolicy
14
14
15
15
## SYNOPSIS
16
-
In on-premises deployments of Skype for Business Server, TeamsUpgradePolicy enables adminstrators to control whether user see a notification in their Skype for Business client of a pending upgrade to Teams. In addition, when this policy is assigned to a user, administrators can optionally have Win32 versions of Skype for Business clients silently download Teams based on the value of CsTeamsUpgradeConfiguration.
17
-
18
-
19
16
17
+
In on-premises deployments of Skype for Business Server, TeamsUpgradePolicy enables administrators to control whether user see a notification in their Skype for Business client of a pending upgrade to Teams. In addition, when this policy is assigned to a user, administrators can optionally have Win32 versions of Skype for Business clients silently download Teams based on the value of CsTeamsUpgradeConfiguration.
In on-premises deployments of Skype for Business Server, TeamsUpgradePolicy enables adminstrators to control whether users see a notification of a pending upgrade to Teams in their Skype for Business client. The new-CsTeamsUpgradePolicy lets the adminstrator create a policy that can be assigned to users homed in Skype for Business on-premises to notify of them of a pending upgrade to Teams. Notifications are enabled by the boolean parameter NotifySfBUsers.
26
+
27
+
In on-premises deployments of Skype for Business Server, TeamsUpgradePolicy enables administrators to control whether users see a notification of a pending upgrade to Teams in their Skype for Business client. The new-CsTeamsUpgradePolicy lets the administrator create a policy that can be assigned to users homed in Skype for Business on-premises to notify of them of a pending upgrade to Teams. Notifications are enabled by the boolean parameter NotifySfBUsers.
30
28
31
29
For users with Win32 versions of Skype for Business, if DownloadTeams=true in CsTeamsUpgradeConfiguration, users who are assigned an instance of TeamsUpgradePolicy with NotifySfBUsers=true will have Teams automatically downloaded in the background.
32
30
33
-
Notes:
34
-
* Instances of TeamsUpgradePolicy created in on-premises will not apply to any users that are already homed online.
31
+
Notes:
32
+
* Instances of TeamsUpgradePolicy created in on-premises will not apply to any users that are already homed online.
35
33
* Skype for Business Online already provides built-in instances of TeamsUpgradePolicy, so there is no New-CsTeamsUpgradePolicy cmdlet for the online environment by design.
@@ -56,6 +53,7 @@ This creates a policy for users that can be granted as desired to individual use
56
53
## PARAMETERS
57
54
58
55
### -NotifySfbUsers
56
+
59
57
Determines whether users who are assigned this policy will see a notification in their Skype for Business client about a pending upgrade to Teams. In addition, if NotifySfBUsers=true and TeamsUpgradeConfiguration has DownloadTeams=true, Win32 versions of Skype for Business will silently download the Teams client.
60
58
61
59
```yaml
@@ -70,11 +68,9 @@ Accept pipeline input: False
70
68
Accept wildcard characters: False
71
69
```
72
70
73
-
74
-
75
-
76
71
### -Description
77
-
Free form text that can be used as needed by adminsitrators.
72
+
73
+
Free form text that can be used as needed by administrators.
78
74
79
75
```yaml
80
76
Type: String
@@ -88,11 +84,10 @@ Accept pipeline input: False
88
84
Accept wildcard characters: False
89
85
```
90
86
87
+
### -Identity
91
88
89
+
The identity of the policy. To specify the global policy for the organization, use "global". To specify a specific site, use "site:\<name>" where \<name> is the name of the site. To specify a policy that can be assigned as needed to any users, simply specify a name of your choosing.
92
90
93
-
### -Identity
94
-
The identity of the policy. To specify the global policy for the organization, use "global". To specify a specific site, use "site:<name>" where <name> is the name of the site. To specfy a policy that can be assigned as needed to any users, simply specify a name of your choosing.
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
114
106
For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
115
107
116
108
## INPUTS
117
109
118
110
### None
119
111
120
-
121
112
## OUTPUTS
122
113
123
114
### System.Object
@@ -128,16 +119,16 @@ For more information, see about_CommonParameters (http://go.microsoft.com/fwlink
128
119
129
120
[Migration and interoperability guidance for organizations using Teams together with Skype for Business](https://docs.microsoft.com/MicrosoftTeams/migration-interop-guidance-for-teams-with-skype)
Copy file name to clipboardExpand all lines: skype/skype-ps/skype/Remove-CsTeamsUpgradePolicy.md
+14-15Lines changed: 14 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,8 @@ ms.reviewer:
13
13
# Remove-CsTeamsUpgradePolicy
14
14
15
15
## SYNOPSIS
16
-
In on-premises deployments of Skype for Business Server, TeamsUpgradePolicy enables adminstrators to control whether users see a notification in their Skype for Business client of a pending upgrade to Teams. In addition, when this policy is assigned to a user, administrators can optionally have Win32 versions of Skype for Business clients silently download the Teams app based on the value of TeamsUpgradeConfiguration.
16
+
17
+
In on-premises deployments of Skype for Business Server, TeamsUpgradePolicy enables administrators to control whether users see a notification in their Skype for Business client of a pending upgrade to Teams. In addition, when this policy is assigned to a user, administrators can optionally have Win32 versions of Skype for Business clients silently download the Teams app based on the value of TeamsUpgradeConfiguration.
In on-premises deployments of Skype for Business Server, TeamsUpgradePolicy enables adminstrators to control whether users see a notification of a pending upgrade to Teams in their Skype for Business client. The Remove-CsTeamsUpgradePolicy lets the adminstrator remove instances of TeamsUpgradePolicy that were previously created by the administrator.
26
+
27
+
In on-premises deployments of Skype for Business Server, TeamsUpgradePolicy enables administrators to control whether users see a notification of a pending upgrade to Teams in their Skype for Business client. The Remove-CsTeamsUpgradePolicy lets the administrator remove instances of TeamsUpgradePolicy that were previously created by the administrator.
26
28
27
29
Instances of TeamsUpgradePolicy created on-premises will not apply to any users that are already homed online. This cmdlet cannot be used to remove the built-in instances of TeamsUpgradePolicy provided in Office 365. There is no Remove-CsTeamsUpgradePolicy cmdlet for the online environment by design.
@@ -37,11 +40,9 @@ This removes the TeamsUpgradePolicy for site named Redmond1.
37
40
38
41
## PARAMETERS
39
42
40
-
41
-
42
-
43
43
### -Identity
44
-
The identity of the policy. To specify the global policy for the organization, use "global". To specify a specific site, use "site:" where is the name of the site. To specfy a policy that can be assigned as needed to any users, simply specify a name of your choosing.
44
+
45
+
The identity of the policy. To specify the global policy for the organization, use "global". To specify a specific site, use "site:\<name>" where "\<name>" is the name of the site. To specify a policy that can be assigned as needed to any users, simply specify a name of your choosing.
[Migration and interoperability guidance for organizations using Teams together with Skype for Business](https://docs.microsoft.com/MicrosoftTeams/migration-interop-guidance-for-teams-with-skype)
Copy file name to clipboardExpand all lines: skype/skype-ps/skype/Set-CsTeamsUpgradePolicy.md
+25-22Lines changed: 25 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -13,35 +13,39 @@ ms.reviewer:
13
13
# Set-CsTeamsUpgradePolicy
14
14
15
15
## SYNOPSIS
16
-
In on-premises deployments of Skype for Business Server, TeamsUpgradePolicy enables adminstrators to control whether users see a notification in their Skype for Business client of a pending upgrade to Teams. In addition, when this policy is assigned to a user, administrators can optionally have Win32 versions of Skype for Business clients silently download the Teams app based on the value of TeamsUpgradeConfiguration.
16
+
17
+
In on-premises deployments of Skype for Business Server, TeamsUpgradePolicy enables administrators to control whether users see a notification in their Skype for Business client of a pending upgrade to Teams. In addition, when this policy is assigned to a user, administrators can optionally have Win32 versions of Skype for Business clients silently download the Teams app based on the value of TeamsUpgradeConfiguration.
In on-premises deployments of Skype for Business Server, TeamsUpgradePolicy enables adminstrators to control whether users see a notification of a pending upgrade to Teams in their Skype for Business client. The Set-CsTeamsUpgradePolicy lets the adminstrator modify an existing instance of TeamsUpgradePolicy for users homed in Skype for Business on-premises. Notifications are enabled by the boolean parameter NotifySfBUsers.
34
-
35
-
For users with Win32 versions of Skype for Business, if DownloadTeams=true in TeamsUpgradeConfiguration, users who are assigned an instance of TeamsUpgradePolicy with NotifySfBUsers=true will have Teams automatically downloaded in the background.
36
36
37
-
Notes:
38
-
* Instances of TeamsUpgradePolicy created in on-premises will not apply to any users that are already homed online.
39
-
* Office 365 already provides built-in instances of TeamsUpgradePolicy, so there is no New-CsTeamsUpgradePolicy cmdlet for the online environment by design.
37
+
In on-premises deployments of Skype for Business Server, TeamsUpgradePolicy enables administrators to control whether users see a notification of a pending upgrade to Teams in their Skype for Business client. The Set-CsTeamsUpgradePolicy lets the administrator modify an existing instance of TeamsUpgradePolicy for users homed in Skype for Business on-premises. Notifications are enabled by the boolean parameter NotifySfBUsers.
38
+
39
+
For users with Win32 versions of Skype for Business, if DownloadTeams=true in TeamsUpgradeConfiguration, users who are assigned an instance of TeamsUpgradePolicy with NotifySfBUsers=true will have Teams automatically downloaded in the background.
40
40
41
+
Notes:
42
+
* Instances of TeamsUpgradePolicy created in on-premises will not apply to any users that are already homed online.
43
+
* Office 365 already provides built-in instances of TeamsUpgradePolicy, so there is no New-CsTeamsUpgradePolicy cmdlet for the online environment by design.
@@ -50,9 +54,9 @@ This disables notifications for users in the Redmond1 site.
50
54
51
55
## PARAMETERS
52
56
53
-
54
57
### -Description
55
-
Free form text that can be used by administrators as desired.
58
+
59
+
Free form text that can be used by administrators as desired.
56
60
57
61
```yaml
58
62
Type: String
@@ -66,10 +70,9 @@ Accept pipeline input: False
66
70
Accept wildcard characters: False
67
71
```
68
72
69
-
70
-
71
73
### -Identity
72
-
The identity of the policy. To specify the global policy for the organization, use "global". To specify a specific site, use "site:<name>" where <name> is the name of the site. To specfiy any other policy provide the name of that policy.
74
+
75
+
The identity of the policy. To specify the global policy for the organization, use "global". To specify a specific site, use "site:\<name>" where \<name> is the name of the site. To specify any other policy provide the name of that policy.
73
76
74
77
```yaml
75
78
Type: XdsIdentity
@@ -83,8 +86,8 @@ Accept pipeline input: False
83
86
Accept wildcard characters: False
84
87
```
85
88
86
-
87
89
### -NotifySfbUsers
90
+
88
91
If true, users with this policy see a notification in their Skype for Business client indicating that Teams is coming soon.
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
120
124
For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
121
125
122
126
## INPUTS
123
127
124
128
### System.Management.Automation.PSObject
125
129
126
-
127
130
## OUTPUTS
128
131
129
132
### System.Object
@@ -134,16 +137,16 @@ For more information, see about_CommonParameters (http://go.microsoft.com/fwlink
134
137
135
138
[Migration and interoperability guidance for organizations using Teams together with Skype for Business](https://docs.microsoft.com/MicrosoftTeams/migration-interop-guidance-for-teams-with-skype)
0 commit comments