Verify a New Service Plan

 

Applies to: Exchange Server 2010 SP2

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

To perform this procedure, Exchange must be running in multi-tenant mode. For details, see Understanding Exchange 2010 Multi-Tenancy.

Note

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.

Note

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.

 © 2010 Microsoft Corporation. All rights reserved.