Editar

Compartilhar via


Set-CsTeamsMultiTenantOrganizationConfiguration

This cmdlet configures the Multi-tenant Organization settings for the tenant.

Syntax

Set-CsTeamsMultiTenantOrganizationConfiguration
         [[-Identity] <string>]
         [-CopilotFromHomeTenant <Enabled/Disabled>]

Description

The Set-CsTeamsMultiTenantOrganizationConfiguration cmdlet configures tenant settings for Multi-tenant Organizations. This includes the CopilotFromHomeTenant parameter, which determines if users in a Multi-Tenant Organization can use their Copilot license from their home tenant during cross-tenant meetings

Examples

Example 1

PS C:\> Set-CsTeamsMultiTenantOrganizationConfiguration -Identity Global -CopilotFromHomeTenant Disabled

Set Teams Multi-tenant Organization Setting "CopilotFromHomeTenant" value to "Disabled" for global as default.

Example 2

PS C:\> Set-CsTeamsMultiTenantOrganizationConfiguration -Identity Global -CopilotFromHomeTenant Enabled

Set Teams Multi-tenant Organization Setting "CopilotFromHomeTenant" value to "Enabled" for global as default.

Parameters

-CopilotFromHomeTenant

Setting value of the Teams Multi-tenant Organization Setting. CopilotFromHomeTenant controls user access to Copilot license in their home tenant during cross-tenant meetings.

Type:Boolean
Position:Named
Default value:Enabled
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-Identity

Identity of the Teams Multi-tenant Organization Setting.

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False