2.4 Joining Active Directory - Post Installation

If you did not join your Linux computer to Active Directory when installing the AD Bridge Linux Agent, follow these instructions on the Linux Agent to joint Active Directory at a later time:

  1. Open the Linux Terminal and locate the “agent” directory. For example:

    cd /usr/local/bin/agent

  2. Type the following command: dotnet LinuxJoinAD.dll <full domain name> <account name>

    For example: dotnet LinuxJoinAD.dll myCompany.com administrator

  3. Enter the AD account password when prompted.