Difference between revisions of "Exchange"

From Tamerz
Jump to: navigation, search
(Created page with "Testing autodiscover <?xml version="1.0" encoding="UTF-8"?> <Autodiscover xmlns="http://schemas.microsoft.com/exchange/autodiscover/outlook/requestschema/2006">...")
 
(No difference)

Latest revision as of 10:40, 1 December 2021

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