Skip to content

Commit d45189c

Browse files
authored
Merge pull request MicrosoftDocs#2487 from bjwhalen/patch-52
Update Grant-CsTeamsUpgradePolicy.md
2 parents 90eba91 + dfe4a96 commit d45189c

File tree

1 file changed

+21
-5
lines changed

1 file changed

+21
-5
lines changed

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

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

1616
```
17-
Grant-CsTeamsUpgradePolicy [[-Identity] <UserIdParameter>] [-PolicyName] <string> [-Tenant <guid>] [-Confirm] [<CommonParameters>]
17+
Grant-CsTeamsUpgradePolicy [-Identity] <UserIdParameter>] [-PolicyName] <string> [-Tenant <guid>] [-Global] [-Confirm] [<CommonParameters>]
1818
```
1919

2020
## DESCRIPTION
@@ -69,10 +69,10 @@ The above cmdlet assigns the "UpgradeToTeams" policy to user [email protected].
6969

7070
### Example 2: Grant Policy to the entire tenant
7171
```
72-
PS C:\> Grant-CsTeamsUpgradePolicy -PolicyName SfBOnly
72+
PS C:\> Grant-CsTeamsUpgradePolicy -PolicyName SfBOnly -Global
7373
```
7474

75-
To grant a policy to all users in the org (except any that have an explicit policy assigned), omit the identity parameter.
75+
To grant a policy to all users in the org (except any that have an explicit policy assigned), omit the identity parameter. If you do not specify the -Global paramter, you will be prompted to confirm the operation.
7676

7777
## PARAMETERS
7878

@@ -94,7 +94,7 @@ Accept wildcard characters: False
9494
```
9595
9696
### -PolicyName
97-
{{Fill PolicyName Description}}
97+
The name of the policy instance.
9898
9999
```yaml
100100
Type: Object
@@ -109,6 +109,22 @@ Accept pipeline input: False
109109
Accept wildcard characters: False
110110
```
111111
112+
### -Global
113+
Use this switch if you want to grant the specified policy to be the default policy for all users in the tenant.
114+
115+
```yaml
116+
Type: SwitchParameter
117+
Parameter Sets: (All)
118+
Aliases:
119+
Applicable: Skype for Business Online
120+
121+
Required: False
122+
Position: 1
123+
Default value: None
124+
Accept pipeline input: False
125+
Accept wildcard characters: False
126+
```
127+
112128
### -Confirm
113129
Prompts you for confirmation before running the cmdlet.
114130
@@ -157,7 +173,7 @@ Accept wildcard characters: False
157173
158174
## NOTES
159175
160-
Legacy mode in TeamsUprgradePolicy has been deprecated and it is no longer possible to grant legacy mode. Customers using Legacy mode must update their configuration of TeamsUpgradePolicy to use one of the other modes.
176+
Legacy mode in TeamsUpgradePolicy has been deprecated and it is no longer possible to grant legacy mode. Customers using Legacy mode must update their configuration of TeamsUpgradePolicy to use one of the other modes.
161177
162178
TeamsInteropPolicy has been replaced by TeamsUpgradePolicy. All components that previously honored TeamsInteropPolicy have been updated to honor TeamsUpgradePolicy instead. TeamsInteropPolicy is no longer honored and should not be used for routing.
163179

0 commit comments

Comments
 (0)