Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Applies To: Operations Manager for System Center 2012
Sets the account to be used for discovery if the default action account is not used.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public void SetActionAccount(
string domain,
string userName,
SecureString password
)
public:
void SetActionAccount(
String^ domain,
String^ userName,
SecureString^ password
)
member SetActionAccount :
domain:string *
userName:string *
password:SecureString -> unit
Public Sub SetActionAccount (
domain As String,
userName As String,
password As SecureString
)
Parameters
domain
Type: System.StringThe domain to use for the action account.
userName
Type: System.StringThe domain to use for the action account.
password
Type: System.Security.SecureStringThe password to use for the action account.
See Also
BaseUpdateAgentConfiguration Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top