We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7af276 commit e35dda3Copy full SHA for e35dda3
skype/skype-ps/skype/Get-CsMeetingMigrationStatus.md
@@ -13,7 +13,7 @@ You use the `Get-CsMeetingMigrationStatus` cmdlet to check the status of meeting
13
## SYNTAX
14
```
15
Get-CsMeetingMigrationStatus [[-Identity] <UserIdParameter>] [-Confirm] [-EndTime <DateTime>] [-StartTime <DateTime>]
16
- [-SummaryOnly] [-Tenant <Guid>] [-WhatIf] [-AsJob] [-State <Object>] [<CommonParameters>]
+ [-SummaryOnly] [-Tenant <Guid>] [-WhatIf] [-AsJob] [-State <StateType>] [<CommonParameters>]
17
18
19
## DESCRIPTION
@@ -186,7 +186,7 @@ With this parameter you can filter by migration state. Possible values are:
186
* Succeeded
187
188
```yaml
189
-Type: Object
+Type: StateType
190
Parameter Sets: (All)
191
Aliases:
192
Applicable: Skype for Business Online
0 commit comments