Skip to content

Commit 0c20db8

Browse files
authored
Merge pull request #11780 from ruchiagrawal9221/patch-5
Update Start-CsExMeetingMigration.md
2 parents 109dcaa + 2f3934a commit 0c20db8

File tree

1 file changed

+1
-50
lines changed

1 file changed

+1
-50
lines changed

teams/teams-ps/teams/Start-CsExMeetingMigration.md

Lines changed: 1 addition & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ This cmdlet manually trigger a meeting migration request for the specified user.
1818
## SYNTAX
1919

2020
```
21-
Start-CsExMeetingMigration [-SourceMeetingType <MmsSourceMeetingTypes>] [-TargetMeetingType <MmsTargetMeetingTypes>]
22-
[-Tenant <Guid>] [-Identity] <UserIdParameter> [-WhatIf] [-Confirm] [<CommonParameters>]
21+
Start-CsExMeetingMigration [-SourceMeetingType <MmsSourceMeetingTypes>] [-TargetMeetingType <MmsTargetMeetingTypes>] [-Identity] <UserIdParameter> [<CommonParameters>]
2322
```
2423

2524
## DESCRIPTION
@@ -60,54 +59,6 @@ Accept pipeline input: False
6059
Accept wildcard characters: False
6160
```
6261
63-
### -Confirm
64-
The Confirm switch causes the command to pause processing and requires confirmation to proceed.
65-
66-
```yaml
67-
Type: SwitchParameter
68-
Parameter Sets: (All)
69-
Aliases: cf
70-
applicable: Microsoft Teams
71-
72-
Required: False
73-
Position: Named
74-
Default value: None
75-
Accept pipeline input: False
76-
Accept wildcard characters: False
77-
```
78-
79-
### -Tenant
80-
This parameter is reserved for internal Microsoft use.
81-
82-
```yaml
83-
Type: Guid
84-
Parameter Sets: (All)
85-
Aliases:
86-
applicable: Microsoft Teams
87-
88-
Required: False
89-
Position: Named
90-
Default value: None
91-
Accept pipeline input: False
92-
Accept wildcard characters: False
93-
```
94-
95-
### -WhatIf
96-
The WhatIf switch causes the command to simulate its results. By using this switch, you can view what changes would occur without having to commit those changes.
97-
98-
```yaml
99-
Type: SwitchParameter
100-
Parameter Sets: (All)
101-
Aliases: wi
102-
applicable: Microsoft Teams
103-
104-
Required: False
105-
Position: Named
106-
Default value: None
107-
Accept pipeline input: False
108-
Accept wildcard characters: False
109-
```
110-
11162
### -SourceMeetingType
11263
The possible values are:
11364
* **All:** indicates that both Skype for Business meetings and Teams meetings should be updated. This is the **default value**.

0 commit comments

Comments
 (0)