Share via


Hosted Exchange::InitializeNamespaceSecurity

This procedure initializes security settings for the Hosted Exchange Namespace procedures.

Note

This procedure is only called once when you are setting up the Hosted Exchange provisioning system.

Arguments

Input argument Required Description

<PreferredDomainController>

Yes

Remarks

Provisioning Steps

  1. Retrieve MPSPrivAcct-xxxx credential from MPF credential cache.

  2. Set specific procedures to execute as this account.

Security

Impersonate caller.

Sample Code

Example XML Request

<request>   
        <procedure>     
                <execute namespace="Hosted Exchange" procedure="InitializeNamespaceSecurity"   impersonate="1">       
                        <executeData>         
                                <preferredDomainController>AD01.fabrikam.com</preferredDomainController>       
                        </executeData>      
                        <after source="executeData" destination="data" mode="merge" />     
                </execute>   
        </procedure> 
</request>

Applies To

Hosted Exchange Namespace API for:

  • Hosted Messaging and Collaboration version 3.5

  • Hosted Messaging and Collaboration version 3.0

See also

Tasks

Hosted Exchange::InitializeHostedExchange