Share via


Exchange Resource Manager Ex::QueryAllFrontEndServers

Returns a listing of all front end Exchange servers that have been added with AddExchangeResources.

Arguments

Input argument Required Description

<preferredDomainController>

Yes

Output argument Description

True

If the method succeeds.

False

If the method fails to change the user password.

Remarks

Security

Impersonates caller.

Sample Code

Example XML Request

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

Example XML Response

<response> 
  <data> 
    <preferredDomainController>AD01.fabrikam.com</preferredDomainController> 
    <servers> 
      <server>OWA01</server> 
    </servers> 
  </data> 
</response> 

Applies To

Exchange Resource Manager Ex Namespace API for:

  • Hosted Messaging and Collaboration version 3.5

  • Hosted Messaging and Collaboration version 3.0

See also

Tasks

Exchange Resource Manager Ex::QueryAllMailServers