Последнее изменение раздела: 2011-04-21

After you create a service plan, you should validate the service plan against an organization by running the New-Organization cmdlet with the WhatIf parameter. By verifying the service plan before you onboard a tenant organization, you can confirm whether there are any errors before creating the organization. Running this command will also show whether there are any errors or inconsistencies in the service plan.

Looking for other management tasks related to managing tenant organizations? Check out Managing Tenant Organizations.

Use the Shell to verify the service plan against a new tenant organization

Для выполнения этой процедуры Exchange должен работать в режиме работы с несколькими клиентами. Дополнительные сведения см. в разделе Общие сведения о среде Exchange 2010 с несколькими клиентами (страница может быть на английском языке).

Примечание.
You can't use the EMC to verify the service plan against a new tenant organization.

This example checks for errors associated with the service plan for the tenant organization Contoso.com.

Примечание.
Because the WhatIf parameter is used, this command doesn’t create the tenant organization.
Скопировать код
New-Organization -Name "Contoso" -DomainName "Contoso.com" -Location "en-us" -ProgramId "Business" -OfferId "SmallOrg" -WhatIf

You’re prompted to provide a password for the administrator.

For detailed syntax and parameter information, see New-Organization.