BaseUpdateAgentConfiguration.SetInstallAccount Method
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Sets the account used to install the agent.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Usage
'Usage
Dim instance As BaseUpdateAgentConfiguration
Dim domain As String
Dim userName As String
Dim password As SecureString
instance.SetInstallAccount(domain, userName, password)
Syntax
'Declaration
Public Sub SetInstallAccount ( _
domain As String, _
userName As String, _
password As SecureString _
)
public void SetInstallAccount (
string domain,
string userName,
SecureString password
)
public:
void SetInstallAccount (
String^ domain,
String^ userName,
SecureString^ password
)
public void SetInstallAccount (
String domain,
String userName,
SecureString password
)
public function SetInstallAccount (
domain : String,
userName : String,
password : SecureString
)
Parameters
- domain
The domain to set for the agent install account.
- userName
The user name to set for the agent install account.
- password
The password to set for the agent install account.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
See Also
Reference
BaseUpdateAgentConfiguration Class
BaseUpdateAgentConfiguration Members
Microsoft.EnterpriseManagement.Administration Namespace