Exchange

From Tamerz
Revision as of 10:40, 1 December 2021 by Tmctigue (talk | contribs) (Created page with "Testing autodiscover <?xml version="1.0" encoding="UTF-8"?> <Autodiscover xmlns="http://schemas.microsoft.com/exchange/autodiscover/outlook/requestschema/2006">...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Testing autodiscover

   <?xml version="1.0" encoding="UTF-8"?>
   <Autodiscover xmlns="http://schemas.microsoft.com/exchange/autodiscover/outlook/requestschema/2006">
       <Request>
               <EMailAddress>[email protected]</EMailAddress>
               <AcceptableResponseSchema>http://schemas.microsoft.com/exchange/autodiscover/outlook/responseschema/2006a</AcceptableResponseSchema>
       </Request>
   </Autodiscover>

Run:

   curl -d @autod.xml -u username -H 'Content-Type: text/xml' -v https://autodiscover.example.com/autodiscover/autodiscover.xml