Managed Web Hosting::DeconfigureWebServerForDelegation

The DeconfigureWebServerForDelegation method allows configuration of a specified Web server for delegated administration.

Arguments

Input argument Required Description

<serverName>

Yes

A string representing the name of the server. This can be a network basic input/output system (NetBIOS) name, a fully qualified domain name (FQDN), or an IP address.

<preferredDomainController>

Yes

The name of the preferred domain controller.

Remarks

Procedure Step

  • Using this method removes the MPSFrontPageAccts local admin privileges on the target server.

Security

The DeconfigureWebServerForDelegation method requires that the caller is impersonated.

Sample Code

Example XML Request

<request> 
<procedure> 
<execute namespace="Managed Web Hosting" procedure="DeconfigureWebServerForDelegation" impersonate="1"> 
<executeData> 
<preferredDomainController>AD01.fabrikam.com</preferredDomainController> 
<serverName>WEB01</serverName> 
</executeData> 
</execute> </procedure> 
</request> 

Example XML Response

No example XML response.

Applies To

Managed Web Hosting Namespace API for:

  • Hosted Messaging and Collaboration version 4.5

  • Hosted Messaging and Collaboration version 4.0

  • Hosted Messaging and Collaboration version 3.5

  • Hosted Messaging and Collaboration version 3.0

  • Windows-based Hosting version 4.5

  • Windows-based Hosting version 4.0

  • Windows-based Hosting version 3.5

  • Windows-based Hosting for Applications version 1.0

See also

Tasks

Managed Web Hosting::ConfigureWebServerForDelegation