Skip to content

Commit 8a84310

Browse files
authored
Merge pull request #11784 from ruchiagrawal9221/patch-7
Update Get-CsMeetingMigrationStatus.md
2 parents 0c20db8 + 078beb3 commit 8a84310

File tree

1 file changed

+25
-60
lines changed

1 file changed

+25
-60
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

0 commit comments

Comments
 (0)