Skip to content

Commit 8ee20be

Browse files
authored
Merge pull request MicrosoftDocs#2207 from greiginsydney/patch-9
Minor typo & grammar corrections.
2 parents 8c66cc2 + 9dac595 commit 8ee20be

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ Office 365 provides all relevant instances of TeamsUpgradePolicy via built-in, r
5252
NOTES:
5353
- TeamsUpgradePolicy is available in both Office 365 and in on-premises versions of Skype for Business Server, but there are differences:
5454
- In Office 365, admins can specify both coexistence mode and whether to trigger notifications of pending upgrade.
55-
- In on-premises with Skype for Business Server, the only availble option is to trigger notifications.
55+
- In on-premises with Skype for Business Server, the only available option is to trigger notifications.
5656
- TeamsUpgradePolicy in Office 365 can be granted to users homed on-premises in hybrid deployments of Skype for Business as follows:
5757
- 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.
58-
- 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.
59-
- 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.
58+
- The NotifySfBUsers setting of Office 365 TeamsUpgradePolicy is not honored by users homed on-premises. Instead, the on-premises version of TeamsUpgradePolicy must be used.
59+
- In Office 365, all relevant instances of TeamsUpgradePolicy are built into the system, so there is no corresponding New cmdlet available. 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.
6060
- Instances with mode set to SfBWithTeamsCollab are not yet functional. From a routing perspective, this will behave like SfBOnly mode.
61-
- The Action property is redundnant with the combination of NotifySfBUsers and Mode. It will eventually be removed.
61+
- The Action property is redundant with the combination of NotifySfBUsers and Mode. It will eventually be removed.
6262

6363

6464
## EXAMPLES
@@ -68,14 +68,14 @@ NOTES:
6868
PS C:\> Grant-CsTeamsUpgradePolicy -PolicyName UpgradeToTeams -Identity [email protected]
6969
```
7070

71-
The above cmdlet assigns the "UpgradeToTeams" policy to user [email protected]. This effectively upgrades the user to Teams only mode. This command will only succeed if the user does not have on-premises Skype for Business account.
71+
The above cmdlet assigns the "UpgradeToTeams" policy to user [email protected]. This effectively upgrades the user to Teams only mode. This command will only succeed if the user does not have an on-premises Skype for Business account.
7272

7373
### Example 2: Grant Policy to the entire tenant
7474
```
7575
PS C:\> Grant-CsTeamsUpgradePolicy -PolicyName SfBOnly
7676
```
7777

78-
To grant a policy to all users in the org (except any that have an explicit policy assinged), omit the identity parameter.
78+
To grant a policy to all users in the org (except any that have an explicit policy assigned), omit the identity parameter.
7979

8080
## PARAMETERS
8181

0 commit comments

Comments
 (0)