...
- Open the Credential Manager GUI from the JobScheduler Agent account.
- English: Control Panel -> Credential Manager
- German: Systemsteuerung -> Anmeldeinformationsverwaltung
- Select the Credential Type
Windows Authentication
->Generic
- Add credential information for a target user with the following input fields:
- Intenet or Netzwerkaddress
- For use with JobScheduler this field holds the "target name" of the credentials.
- You are free to use any characters to specify a unique identifier for the credentials.
- User name
- The account for the target user can be specified by Unicode characters and digits including space, comma, _, -, \ and @
- For domain users specify the user principal name (UPN) in the format
username@DOMAIN
- The format
DOMAIN\username
is not supported
- The format
- Password
- Intenet or Netzwerkaddress
- Add credential information for a target user with the following input fields:
Manage credentials with the Command Line Interface
...
Use the following commands to add credentials for a target user:
Code Block language bash # Add credentials for a local user cmdkey /generic:RUNrun_ASas_JOBUSERjobuser /user:JOBUSERjobuser /pass:PASSWORDpassword # Add credentials for a domain user cmdkey /generic:RUNrun_ASas_JOBUSERjobuser /user:JOBUSER@DOMAINjobuser@DOMAIN /pass:PASSWORDpassword # Show all credentials cmdkey /list
Permissions
...
WINDOWS-1326 (LogonUser) Logon failure: The user name or password is incorrect. WINDOWS-1326 (LogonUser) Anmeldung fehlgeschlagen: unbekannter Benutzername oder falsches Kennwort. |
...
Dem Job-User
fehlt das Recht Log on as a batch job
(Anmelden als Stapelverarbeitungsauftrag)
LoadUserProfile
WINDOWS-1314 (LoadUserProfile) A required privilege is not held by the client. WINDOWS-1314 (LoadUserProfile) Dem Client fehlt ein erforderliches Recht. |
...