Disable AD User Account activity

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 2분
  • The Disable AD User Account activity disables a Windows Active Directory user account, making it inactive.

    To access this activity in the Workflow Editor, select the Custom tab, and then navigate to Custom Activities > Active Directory.
    주:
    This activity replaces an AD activity by the same name available in prior releases. If you have a workflow that uses the deprecated activity, your workflow will continue to work normally after upgrading to Instanbul. However, all new workflows must use the custom version of this activity, which was built with the PowerShell activity designer.

    Input variables

    표 1. Disable AD User Account input variables
    Variable Description
    DomainController IP address of the domain controller machine.
    User The sAMAccountName of the Active Directory user account.

    Output variables

    표 2. Disable AD User Account output variables
    Variable Description
    result Either success or failure.
    errorMessage The executionResult.errorMessages from the Activity designer parsing sources.

    Conditions

    표 3. Disable AD User Account conditions
    Condition Description
    Success AD user account was successfully disabled.
    Failure An error occurred while attempting to disable the account. Additional details may be available in the workflow log.