Exchange 2007 Resource Manager::ReallocateOrganizationPublic

This procedure reallocates public store resources of an organization.

Arguments

Input Arguments Required Description

<organization>

Yes

The Lightweight directory access protocol (LDAP) path of the organization or a container element for organization properties elements.

<publicStore>

Yes

The container element for each set of child public store properties elements.

<publicStore/ megabytes>

Yes

The size of disk storage or the size of an adjustment.

<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: OrgCreators

Sample Code

Example XML Request

<request>  
        <data>  
                <preferredDomainController>AD01.Fabrikam.com </preferredDomainController> 
                <organization>LDAP://ou=AlpineSkiHouse,ou=ConsolidatedMessenger,ou=Hosting,dc=Fabrikam,dc=com </organization> 
                <publicStore> 
        <megabytes>100</megabytes> 
                </publicStore> 
        </data> 
        <procedure>  
                <execute namespace="Exchange 2007 Resource Manager" procedure="ReallocateOrganizationPublic" 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