Skip to content

Commit 79a5311

Browse files
authored
Merge pull request #11789 from MicrosoftDocs/main
Publish main to live, Tuesday 3:30PM PDT, 04/30
2 parents 22999d2 + 8a84310 commit 79a5311

File tree

2 files changed

+26
-110
lines changed

2 files changed

+26
-110
lines changed

teams/teams-ps/teams/Get-CsMeetingMigrationStatus.md

Lines changed: 25 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ You use the `Get-CsMeetingMigrationStatus` cmdlet to check the status of meeting
1717

1818
## SYNTAX
1919
```
20-
Get-CsMeetingMigrationStatus [[-Identity] <UserIdParameter>] [-Confirm] [-EndTime <DateTime>] [-StartTime <DateTime>]
21-
[-SummaryOnly] [-Tenant <Guid>] [-WhatIf] [-State <StateType>] [<CommonParameters>]
20+
Get-CsMeetingMigrationStatus [[-Identity] <UserIdParameter>] [-EndTime <DateTime>] [-StartTime <DateTime>] [-SummaryOnly] [-State <StateType>] [<CommonParameters>]
2221
```
2322

2423
## DESCRIPTION
@@ -42,7 +41,6 @@ Get-CsMeetingMigrationStatus -Identity "[email protected]"
4241

4342
This example gets the meeting migration status for user [email protected].
4443

45-
4644
## PARAMETERS
4745

4846
### -Identity
@@ -61,22 +59,6 @@ Accept pipeline input: False
6159
Accept wildcard characters: False
6260
```
6361
64-
### -Confirm
65-
The Confirm switch causes the command to pause processing and requires confirmation to proceed.
66-
67-
```yaml
68-
Type: SwitchParameter
69-
Parameter Sets: (All)
70-
Aliases: cf
71-
applicable: Microsoft Teams
72-
73-
Required: False
74-
Position: Named
75-
Default value: None
76-
Accept pipeline input: False
77-
Accept wildcard characters: False
78-
```
79-
8062
### -StartTime
8163
Specifies the start date of the date range.
8264
@@ -125,46 +107,6 @@ Accept pipeline input: False
125107
Accept wildcard characters: False
126108
```
127109
128-
### -Tenant
129-
Globally unique identifier (GUID) of the tenant account whose external user communication policy are being created. For example:
130-
131-
-Tenant "38aad667-af54-4397-aaa7-e94c79ec2308"
132-
133-
You can return your tenant ID by running this command:
134-
135-
Get-CsTenant | Select-Object DisplayName, TenantID
136-
137-
If you are using a remote session of Windows PowerShell and are connected only to Skype for Business Online you do not have to include the Tenant parameter. Instead, the tenant ID will automatically be filled in for you based on your connection information. The Tenant parameter is primarily for use in a hybrid deployment.
138-
139-
```yaml
140-
Type: Guid
141-
Parameter Sets: (All)
142-
Aliases:
143-
applicable: Microsoft Teams
144-
145-
Required: False
146-
Position: Named
147-
Default value: None
148-
Accept pipeline input: False
149-
Accept wildcard characters: False
150-
```
151-
152-
### -WhatIf
153-
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.
154-
155-
```yaml
156-
Type: SwitchParameter
157-
Parameter Sets: (All)
158-
Aliases: wi
159-
applicable: Microsoft Teams
160-
161-
Required: False
162-
Position: Named
163-
Default value: None
164-
Accept pipeline input: False
165-
Accept wildcard characters: False
166-
```
167-
168110
### -State
169111
With this parameter you can filter by migration state. Possible values are:
170112
* Pending
@@ -190,7 +132,30 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
190132
191133
## INPUTS
192134
193-
## OUTPUTS
135+
### OUTPUTS
136+
CorrelationId : 849d3e3b-3e1d-465f-8dde-785aa9e3f856
137+
CreateDate : 2024-04-27T00:24:00.1442688Z
138+
FailedMeeting : 0
139+
InvitesUpdate : 0
140+
LastMessage :
141+
MigrationType : AllToTeams
142+
ModifiedDate : 2024-04-27T00:24:00.1442688Z
143+
RetryCount : 0
144+
State : Pending
145+
SucceededMeeting : 0
146+
TotalMeeting : 0
147+
UserId : 27c6ee67-c71d-4386-bf84-ebfdc7c3a171
148+
UserPrincipalName : [email protected]
149+
150+
where **MigrationType** can have possible values as below:
151+
152+
 **SfbToTeams** (Skype for Business On-prem to Teams)
153+
 
154+
 **TeamsToTeams** (Teams to Teams)
155+
 
156+
 **ToSameType** (Same source and targer meeting types)
157+
 
158+
 **AllToTeams** (All types to Teams)
194159
195160
## NOTES
196161

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)