ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Exchange 2013 DNS

    IT Discussion
    4
    12
    754
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • JaredBuschJ
      JaredBusch
      last edited by

      Use this to dump everything out.
      https://gallery.technet.microsoft.com/E2010-2013-Export-Exchange-df0112a2

      Then set everything that is wrong on both your AD DNS and public DNS.

      G I JonesG 1 Reply Last reply Reply Quote 1
      • JaredBuschJ
        JaredBusch
        last edited by JaredBusch

        It outputs this data. I just ran this on a Server 2012 R2 + Exchange 2013 server.

        Service URI
        OAB-ExernalURL https://remote.domain.com/OAB
        OWA-vDirNAme owa (Default Web Site)
        OWA-InternalURL https://remote.domain.com/owa
        OWA-ExernalURL https://remote.domain.com/owa
        ECP-vDirNAme ecp (Default Web Site)
        ECP-InternalURL https://remote.domain.com/ecp
        ECP-ExernalURL https://remote.domain.com/ecp
        AutoDisc-vDirNAme EXCH01
        AutoDisc-URI https://remote.domain.com/autodiscover/autodiscover.xml
        EWS-vDirNAme EWS (Default Web Site)
        EWS-InternalURL https://remote.domain.com/ews/exchange.asmx
        EWS-ExernalURL https://remote.domain.com/ews/exchange.asmx
        OutlookAnywhere-InternalHostName(NoneForE2010) remote.domain.com
        OutlookAnywhere-ExternalHostNAme(E2010+) remote.domain.com
        1 Reply Last reply Reply Quote 2
        • JaredBuschJ
          JaredBusch
          last edited by

          Then just google each service name for the powershell to change it.

          1 Reply Last reply Reply Quote 1
          • G I JonesG
            G I Jones @JaredBusch
            last edited by

            @jaredbusch Hey I appreciate you providing me with this. I'm kind of new to Windows Powershell as well.

            I right clicked this file on the Exchange Server and selected "Run with Powershell". It prompts me that "Export-ExchangeURL_time_date_etc file doesn't exist, do you want to create it?"

            I say yes.

            Then it opens up a text document that's blank. that's all that happens. There is no file created.

            Then tried it on DC instead of Exchange Server. Same thing, only this time it made the file, but it's still blank.

            1 Reply Last reply Reply Quote 0
            • JaredBuschJ
              JaredBusch
              last edited by JaredBusch

              Open power shell with administrator rights, change directory to wherever you have the script saved.

              ./scriptname.ps1

              Do this on your exchange server.

              G I JonesG 1 Reply Last reply Reply Quote 3
              • dbeatoD
                dbeato
                last edited by

                Also you can run the following commands to get all the virtual directories

                get-AutodiscoverVirtualDirectory 
                get-ClientAccessServer 
                get-webservicesvirtualdirectory 
                get-oabvirtualdirectory 
                get-owavirtualdirectory 
                get-ecpvirtualdirectory 
                get-ActiveSyncVirtualDirectory
                
                1 Reply Last reply Reply Quote 2
                • G I JonesG
                  G I Jones @JaredBusch
                  last edited by

                  @jaredbusch quick question. How did you take what it output and make it so fancy looking on this comment thread?

                  DashrenderD JaredBuschJ 2 Replies Last reply Reply Quote 0
                  • DashrenderD
                    Dashrender @G I Jones
                    last edited by

                    @g-i-jones said in Exchange 2013 DNS:

                    @jaredbusch quick question. How did you take what it output and make it so fancy looking on this comment thread?

                    Quote his post and look at his formatting.

                    G I JonesG 1 Reply Last reply Reply Quote 1
                    • G I JonesG
                      G I Jones @Dashrender
                      last edited by

                      @dashrender thanks, bro.

                      1 Reply Last reply Reply Quote 0
                      • JaredBuschJ
                        JaredBusch @G I Jones
                        last edited by JaredBusch

                        @g-i-jones said in Exchange 2013 DNS:

                        @jaredbusch quick question. How did you take what it output and make it so fancy looking on this comment thread?

                        Well first i opened the CSV in Office and transposed the output because it made it all across the top.

                        Then I used this to create the markdown table.
                        https://donatstudios.com/CsvToMarkdownTable
                        Note: Even though it says CSV to Markdown, you can copy/paste right out of Excel/Calc

                        Manually making a table in markdown is stupid.

                        1 Reply Last reply Reply Quote 1
                        • 1 / 1
                        • First post
                          Last post