Application Delivery Management
Application Modernization & Connectivity
CyberRes by OpenText
IT Operations Management
The following methods will help users to auto login to ZENworks Adaptive Agent using a pre-configured response file or by using the command line interface on a managed device. These methods are useful in scenarios where users want to first perform Active Directory Login from their workstations and then perform an auto login to the configured user source (Example: eDir login) where the user's credentials are not in sync with Active Directory.
Method 1: Auto login using a response file on the managed device
ZenPassword:ZENUserPassword
ZenRealm:ZENworksUserSource
2 .Save the response file to a particular location on the managed device.
Example: D:\AutoLogin\auto.txt.
3.On the managed device, in the HKLM\\SOFTWARE\\Novell\\ZCM\\ZenLgn location, create
the following registry entries:
Registry Key | Type | Value |
UseResponseFile | DWORD | 1 |
ResponseFileName | REG_SZ | {Path to the response file} |
Method 2: Install the Novell ZENworks Automation hooks and login using the ZAC command line interface
b) Place the AutomationHooks.dll in the correct target directory. For example, if the zenagent is installed in the C:\Program Files(x86) directory, then running the following command will place the AutomationHooks.dll in the correct target directory: msiexec.exe /i ${Path_To_AutomationHooks.msi} /qn TARGETDIR="C:\Program Files(x86)" ALLUSERS=2 REBOOT=ReallySuppress
3.Start the ZENworks Agent Service.
4.In the command prompt, run the zac command to identify if the zen-login command is listed amongst the other zac commands.
5.Run the zac zen-login command to log into the ZENworks server. The details of this command are as follows:
Command: zen-login, login
Syntax: zac zen-login /user:<UserName> /pwd:<Password> /realm:<Realm>
Example: zac zen-login /user:admin /pwd:novell /realm:EDIR