Ubuntu Pastebin

Paste from zetheroo at Fri, 19 May 2017 13:04:14 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
eb@eab-ux:/var/log$ domainjoin-cli --help
usage: domainjoin-cli [options] command [args...]

  where options are:

    --help                                     Display this help information.
    --help-internal                            Display help for debug commands.
    --logfile {.|path}                         Log to a file (or "." to log
                                               to console).
    --loglevel {error|warning|info|verbose}    Adjusts how much logging is
                                               produced by domainjoin.

  and commands are:

    query
    setname <computer name>
    join [--notimesync] [--enable <module> --disable <module> ...] [--ou <organizationalUnit>] [--multiple] <domain name> <user name> [<password>]
    join [--advanced] --preview [--ou <organizationalUnit>] <domain name>
    join [--assumeDefaultDomain {yes|no}] [--userDomainPrefix <short domain name>] [--ou <organizationalUnit>] [--trustEnumerationWaitSeconds <seconds>] <domain name>
    join [--ou <organizationalUnit>] --details <module> <domain name>
    leave [--enable <module> --disable <module> ...] [--multiple <domain name>] [--deleteAccount <user name> [<password>]]
    leave [--advanced] --preview [user name] [password]
    leave --details <module>

  Example:
    domainjoin-cli join MYDOMAIN.COM MyJoinAccount
Download as text