Scroll to navigation

gromox-dscli(8gx) Gromox admin reference gromox-dscli(8gx)

Name

gromox-dscli — AutoDiscover command line utility

Synopsis

PASS=secret gromox-dscli [--eas] [-H https://host/path] [-h hostonly] [-e emailaddr] [-v]

Description

This utility facilitates sending/receiving AutoDiscover request/responses to/from a server for testing.

Options

https://host/Autodiscover/Autodiscover.xml
The full URL for making the request. Useful when the request URI is non-standard. Use of -H disables DNS SRV lookup.
Default: https://localhost/Autodiscover/Autodiscover.xml
Username to send along in the request.
Default: (none)
The hostname to use for making the request. From this, the full URL is constructed as "https://host/Autodiscover/Autodiscover.xml". Use of -h disabled DNS SRV lookup.
Default: derive from -e argument, otherwise (-x) localhost
Use a distinct username for authentication.
Default: inherit from -e option
Be verbose and dump the HTTP/XML request/responses.
LegacyDN field to send along in the request.
Default: (none)
Use the request schema from [MS-ASCMD].

Examples

Discover your store:

PASS=letmein gromox-dscli -e user@domain.example

Test public store discovery:

PASS=letmein gromox-dscli -e public.folder.root@domain.example -u
user@domain.example

Normative references

  • MS-OXDISCO: Autodiscover HTTP Service Protocol
  • MS-OXDSCLI: Autodiscover Publishing and Lookup Protocol

See also

gromox(7)

Gromox