Share via


Hosted Exchange::EnsureExchangeVirtualDirectories

This procedure attempts to create a virtual directory on every Exchange server. Procedure does not fail if a virtual directory already exists.

Arguments

Input argument Required Description

<path>

Yes

The Lightweight Directory Access Protocol (LDAP) path of organization.

<preferredDomainController>

Yes

Remarks

Modifications from HVE 1.1

Modified to use LDAP path of organization for multiple reseller support.

Provisioning Steps

  1. Managed Active Directory::TestOrgCreatorPermissions_

  2. Hosted Exchange::EnsureExchangeVirtualDirectories_

Security

  • Impersonate caller.

  • Caller tested for OrgCreator permission.

Sample Code

Example XML Request

<request>   
        <procedure>     
                <execute namespace="Hosted Exchange" procedure="EnsureExchangeVirtualDirectories.xml" impersonate="1">       
                        <executeData>         
                                <path>LDAP://OU=alpineskihouse,OU=WH,OU=Hosting,DC=fabrikam,DC=Com</path>         
                                <preferredDomainController>AD01.fabrikam.com</preferredDomainController>       
                        </executeData>       
                        <after source="executeData" destination="data" mode="merge" />     
                </execute>   
        </procedure> 
</request>

Example XML Response

No example XML response.

Applies To

Hosted Exchange Namespace API for:

  • Hosted Messaging and Collaboration version 3.5

  • Hosted Messaging and Collaboration version 3.0