You are here: Supporting Documents > everRun Command Line Interface Reference > AVCLI Command Descriptions > ad-join

ad-join

Usage

avcli ad-join --username name [--password password] domain

Description

The ad-join command joins the everRun system to the specified Active Directory domain and enables Active Directory support.

Options

--username name

The user with rights to join to the specified domain.

--password password

The password of the user with rights to join to the specified domain. If you do not give the password, you are automatically prompted for it.

domain The name of the Active Directory domain to join.

Examples

$ avcli ad-join --username domain\administrator --password secret domain
$ avcli ad-join --username domain\administrator domain
of