Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 566 Bytes

File metadata and controls

22 lines (12 loc) · 566 Bytes

Example 1: Complete the migration when a channel is in migration mode

Import-Module Microsoft.Graph.Teams

Complete-MgTeamChannelMigration -TeamId $teamId -ChannelId $channelId

This example will complete the migration when a channel is in migration mode

Example 2: Complete the migration when a channel isn't in migration mode

Import-Module Microsoft.Graph.Teams

Complete-MgTeamChannelMigration -TeamId $teamId -ChannelId $channelId

This example will complete the migration when a channel isn't in migration mode