Automic Workload Automation

Expand all | Collapse all

What is the purpose of the "Logon as batch job" and why AE agent needs it ?

  • 1.  What is the purpose of the "Logon as batch job" and why AE agent needs it ?

    Posted Aug 29, 2016 03:15 PM
    What is the purpose of the "Logon as batch  job" and why AE agent needs it ?

    Answer:
    https://technet.microsoft.com/en-us/library/cc957131.aspx

     


  • 2.  What is the purpose of the "Logon as batch job" and why AE agent needs it ?

    Posted Mar 07, 2018 02:40 AM
    Logon types description from Windows servers:

                                                               
    Logon   typeLogon titleDescription
    2InteractiveA user logged on to this computer.
    3NetworkA   user or computer logged on to this computer from the network.
    4BatchBatch   logon type is used by batch servers, where processes may be executing on   behalf of a user without their direct intervention.
    5ServiceA   service was started by the Service Control Manager.
    7UnlockThis   workstation was unlocked.
    8NetworkCleartextA   user logged on to this computer from the network. The user's password was   passed to the authentication package in its unhashed form. The built-in   authentication packages all hash credentials before sending them across the   network. The credentials do not traverse the network in plaintext (also   called cleartext).
    9NewCredentialsA   caller cloned its current token and specified new credentials for outbound   connections. The new logon session has the same local identity, but uses   different credentials for other network connections.
    10RemoteInteractiveA   user logged on to this computer remotely using Terminal Services or Remote   Desktop.
    11CachedInteractiveA   user logged on to this computer with network credentials that were stored   locally on the computer. The domain controller was not contacted to verify   the credentials.

    Reference:

    https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/cc787567(v=ws.10)