This procedure adds the MPSClusterAdmin account to the Windows-based Hosting Service Accounts group.
Arguments
Input argument | Description | Required | ||||
---|---|---|---|---|---|---|
<preferredDomainController> |
The domain controller to use for Active Directory actions. Required input. For example,
|
Yes |
||||
<name> |
The name of the account. Optional input. This will overrides the default account name MPSClusterAdmin. For example,
|
No |
Sample Code
Example XML Request
Copy Code | |
---|---|
<request xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <data> </data> <procedure> <execute namespace="Deployment Automation" procedure="ConfigureMPSClusterAdmin" impersonate="1"> <executeData> <preferredDomainController>ad01.fabrikam.com</preferredDomainController> <name>MPSClusterAdmin</name> </executeData> <after source="executeData" destination="data" /> </execute> </procedure> </request> |
Manual Procedures
The ConfigureMPSClusterAdmin procedure automatically performs the following manual steps:
- Log on to AD01 using an account that is a member of the Domain
Administrators group.
- Click Start, point to Administrative Tools, and
then click Active Directory Users and Computers.
- Expand fabrikam.com, and then highlight
Users.
- Right-click Windows-based Hosting Service Accounts and
then click Properties.
- Click the Members tab, and then click
Add.
- Type MPSClusterAdmin, and then click Check Names.
Verify that the MPSClusterAdmin account is underlined, and then
click OK.
- Click OK to close the Properties dialog
box.