Start-CsExMeetingMigration

This cmdlet manually trigger a meeting migration request for the specified user.

Syntax

Start-CsExMeetingMigration
     [-SourceMeetingType <MmsSourceMeetingTypes>]
     [-TargetMeetingType <MmsTargetMeetingTypes>]
     [-Tenant <Guid>]
     [-Identity] <UserIdParameter>
     [-WhatIf]
     [-Confirm]
     [<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.

Also, with Start-CsExMeetingMigration cmdlet, you can start a meeting migration manually. For more information about requirements of the Meeting Migration Service (MMS), see Using the Meeting Migration Service (MMS).

Examples

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

Start-CsExMeetingMigration -Identity ashaw@contoso.com -TargetMeetingType Teams

This example below shows how to initiate meeting migration for user ashaw@contoso.com so that all meetings are migrated to Teams.

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

-Identity

Specifies the Identity of the user account 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)
  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:2
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Microsoft Teams

-SourceMeetingType

The possible values are:

  • All: indicates that both Skype for Business meetings and Teams meetings should be updated. This is the default value.
  • SfB: indicates that only Skype for Business meetings (whether on-premises or online) should be updated.
  • Teams: indicates that only Teams meetings should be updated.
Type:Object
Position:Named
Default value:All
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Microsoft Teams

-TargetMeetingType

The possible values are:

  • Current: specifies that Skype for Business meetings remain Skype for Business meetings and Teams meetings remain Teams meetings. However audio conferencing coordinates might be changed, and any on-premises Skype for Business meetings would be migrated to Skype for Business Online. This is the default value.
  • Teams: specifies that any existing meeting must be migrated to Teams, regardless of whether the meeting is hosted in Skype for Business online or on-premises, and regardless of whether any audio conferencing updates are required.
Type:Object
Position:Named
Default value:Current
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Microsoft Teams

-Tenant

This parameter is reserved for internal Microsoft use.

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