Set-MsolCompanyMultiNationalEnabled
Enables the multinational feature for a service type for a company with Azure Active Directory.
Syntax
Set-MsolCompanyMultiNationalEnabled
-ServiceType <String>
-Enable <Boolean>
[-TenantId <Guid>]
[<CommonParameters>]
Description
The Set-MsolCompanyMultiNationalEnabled cmdlet attempts to enable the multinational feature for a service type for a company in v1. This cmdlet returns an error with the failure reason if the multinational feature for a service type cannot be enabled for a company.
Disabling or opting out from the multinational feature for a service type is not supported in v1.
Examples
Example 1: Attempt to enable the multinational feature for a service
PS C:\> Set-MsolCompanyMultiNationalEnabled -ServiceType "MicrosoftCommunicationsOnline" -Enable $True
This command attempts to enable the multinational feature for the MicrosoftCommunicationsOnline service type for a company. The Microsoft communications online service type is also known as Skype for Business.
Parameters
-Enable
Indicates whether to enable or disable the multinational feature for a service type for a company.
Type: | Boolean |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-ServiceType
Specifies the service type for which to enable the multinational feature.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-TenantId
Specifies the unique ID of the tenant on which to perform the operation. The default value is the tenant of the current user. This parameter applies only to partner users.
Type: | Guid |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |