Exchange 2007 Resource Manager::ReAllocateConsumerMailbox

This procedure modifies a mailbox allocation. The mail size value is relative to existing allocation.

Arguments

Input Arguments Required Description

<userPrincipalName>

No

The user's principal name.

<mailbox>

Yes

The Lightweight directory access protocol (LDAP) path for the Active Directory object or a Container element for an instance of mailbox properties elements.

<kilobytes>

Yes

The storage required or allocated to the mailbox.

<preferredDomainController>

Yes

The Fully Qualified Domain Names (FQDN) or IP Address of the domain controller to use for this procedure.

Remarks

Security

The caller must be at least a member of role: UserCreators

Sample Code

Example XML Request

<request>  
        <data>  
                <userPrincipalName>bob@litwareinc.com </userPrincipalName> 
                <mailbox> LDAP://CN=bob@litwareinc.com,OU=Litwareinc,OU=ConsolidatedMessenger,OU=Hosting,DC=Fabrikam,DC=Com </mailbox> 
                <kilobytes>10000 </kilobytes> 
                <preferredDomainController>AD01.Fabrikam.com </preferredDomainController> 
        </data> 
        <procedure>  
                <execute namespace="Exchange 2007 Resource Manager" procedure="ReallocateConsumerMailbox" impersonate="1" >  
                        <before source="data" destination="executeData" mode="merge" /> 
                        <after source="executeData" destination="data" mode="merge" /> 
                </execute> 
        </procedure> 
</request> 

Applies To

Exchange 2007 Resource Manager Namespace for:

  • Hosted Messaging and Collaboration version 4.5

  • Hosted Messaging and Collaboration version 4.0

See also

Tasks

Exchange 2007 Resource Manager::AllocateConsumerUserMailbox
Exchange 2007 Resource Manager::DeAllocateConsumerUserMailbox