Set-CsTenantMigrationConfiguration
Used to enable or disable Meeting Migration Service (MMS).
Syntax
Set-CsTenantMigrationConfiguration
[[-Identity] <String>]
[-Confirm]
[-Force]
[-MeetingMigrationEnabled <Boolean>]
[-Tenant <Guid>]
[-WhatIf]
[<CommonParameters>]
Set-CsTenantMigrationConfiguration
[-Instance <Object>]
[-Confirm]
[-Force]
[-MeetingMigrationEnabled <Boolean>]
[-Tenant <Guid>]
[-WhatIf]
[<CommonParameters>]
Description
Used to enable or disable Meeting Migration Service (MMS). For more information, see Using the Meeting Migration Service (MMS).
Examples
-------------------------- Example 1 --------------------------
Set-CsTenantMigrationConfiguration -MeetingMigrationEnabled $false
This example disables MMS in the organization.
Parameters
-Confirm
Prompts you for confirmation before running the cmdlet.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Microsoft Teams |
-Force
The Force switch specifies whether to suppress warning and confirmation messages. It can be useful in scripting to suppress interactive prompts. If the Force switch isn't provided in the command, you're prompted for administrative input if required.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Microsoft Teams |
-Identity
Unique identifier for the Migration Configuration.
Type: | String |
Position: | 2 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Microsoft Teams |
-Instance
The Instance parameter allows you to pass a reference to an object to the cmdlet, rather than set individual parameter values.
You can retrieve this object reference by calling the Get-CsTenantMigrationConfiguration
cmdlet.
Type: | PSObject |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Microsoft Teams |
-MeetingMigrationEnabled
Set this to false to disable the Meeting Migration Service.
Type: | Boolean |
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 Migration Configurations 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
Type: | Guid |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Microsoft Teams |
-WhatIf
Shows what would happen if the cmdlet runs.
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Microsoft Teams |