Skip to content

Commit bdcb4c5

Browse files
authored
Merge branch 'master' into patch-3
2 parents 6901c52 + 6b3c782 commit bdcb4c5

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

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

Lines changed: 22 additions & 1 deletion
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>] [-Global] [-Confirm] [<CommonParameters>]
17+
Grant-CsTeamsUpgradePolicy [-Identity] <UserIdParameter>] [-PolicyName] <string> [-Tenant <guid>] [-Global] [-MigrateMeetingsToTeams] [-Confirm] [<CommonParameters>]
1818
```
1919

2020
## DESCRIPTION
@@ -125,6 +125,27 @@ Accept pipeline input: False
125125
Accept wildcard characters: False
126126
```
127127
128+
### -MigrateMeetingsToTeams
129+
Specifies whether to move existing Skype for Business meetings organized by the user to Teams. This parameter can only be true if the mode of the specified policy instance is either TeamsOnly or SfBWithTeamsCollabAndMeetings, and if the policy instance is being granted to a specific user. It not possible to trigger meeting migration when granting TeamsUpgradePolicy to the entire tenant. For more details, see [Using the meeting migration service](https://docs.microsoft.com/en-us/skypeforbusiness/audio-conferencing-in-office-365/setting-up-the-meeting-migration-service-mms).
130+
131+
> [!NOTE]
132+
>The ability to trigger meeting migration when granting TeamsUpgradePolicy is currently available to TAP customers only.
133+
134+
135+
```yaml
136+
Type: Boolean
137+
Parameter Sets: (All)
138+
Aliases:
139+
Applicable: Skype for Business Online
140+
141+
Required: False
142+
Position: Named
143+
Default value: None
144+
Accept pipeline input: False
145+
Accept wildcard characters: False
146+
```
147+
148+
128149
### -Confirm
129150
Prompts you for confirmation before running the cmdlet.
130151

0 commit comments

Comments
 (0)