Get-CsMeetingMigrationStatus

You use the Get-CsMeetingMigrationStatus cmdlet to check the status of meeting migrations.

Syntax

Get-CsMeetingMigrationStatus
   [[-Identity] <UserIdParameter>]
   [-Confirm]
   [-EndTime <DateTime>]
   [-StartTime <DateTime>]
   [-SummaryOnly]
   [-Tenant <Guid>]
   [-WhatIf]
   [-State <StateType>]
   [<CommonParameters>]

Description

Meeting Migration Service (MMS) is a Skype for Business service that runs in the background and automatically updates Skype for Business and Microsoft Teams meetings for users. MMS is designed to eliminate the need for users to run the Meeting Migration Tool to update their Skype for Business and Microsoft Teams meetings.

You can use the Get-CsMeetingMigrationStatus cmdlet to check the status of meeting migrations.

Examples

-------------------------- Example 1 --------------------------

Get-CsMeetingMigrationStatus -SummaryOnly

This example is used to get a summary status of all MMS migrations.

-------------------------- Example 2 --------------------------

Get-CsMeetingMigrationStatus -Identity "ashaw@contoso.com"

This example gets the meeting migration status for user ashaw@contoso.com.

Parameters

-Confirm

The Confirm switch causes the command to pause processing and requires confirmation to proceed.

Type:SwitchParameter
Aliases:cf
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Microsoft Teams

-EndTime

Specifies the end date of the date range.

Type:Object
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Microsoft Teams

-Identity

Specifies the Identity of the user account to be to be modified. A user identity can be specified by using one of four formats: 1) the user's SIP address; 2) the user's user principal name (UPN); 3) the user's domain name and logon name, in the form domain\logon (for example, litwareinc\kenmyer) and 4) the user's Active Directory display name (for example, Ken Myer). You can also reference a user account by using the user's Active Directory distinguished name.

Type:UserIdParameter
Position:3
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Microsoft Teams

-StartTime

Specifies the start date of the date range.

Type:Object
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Microsoft Teams

-State

With this parameter you can filter by migration state. Possible values are:

  • Pending
  • InProgress
  • Failed
  • Succeeded
Type:StateType
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Microsoft Teams

-SummaryOnly

Specified that you want a summary status of MMS migrations returned.

Type:SwitchParameter
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Microsoft Teams

-Tenant

Globally unique identifier (GUID) of the tenant account whose external user communication policy are being created. For example:

-Tenant "38aad667-af54-4397-aaa7-e94c79ec2308"

You can return your tenant ID by running this command:

Get-CsTenant | Select-Object DisplayName, TenantID

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.

Type:Guid
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Microsoft Teams

-WhatIf

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.

Type:SwitchParameter
Aliases:wi
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Microsoft Teams