Should Autodiscover record be created at ISP

I am facing issue with active sync i am using exchange 2007. 
I am getting errors for autodiscover when i do testexchangeconnectivity.
Should Autodiscover record be created at ISP pointing to my exchange(autodiscover.mydomain.com)
PS]
C:\Users\Administrator.\Desktop>Get-ActiveSyncVirtualDirectory | fl
ActiveSyncServer:
https://mail.mydomain.com/
MetabasePath
   : IIS://MAIL.mydomain.com/W3SVC/1/ROOT/Microsoft-Server-ActiveSync
ClientCertAuth
 : Ignore
Server
         : MAIL
InternalUrl
    : https://mail.mydomain.com/Microsoft-Server-ActiveSync
InternalAuthenticationMethods
ExternalUrl
    : https://mail.mydomain.com/
ExternalAuthenticationMethods
OriginatingServer:
MAIL.mydomain.com
Get-ClientAccessServer
| fl Namae,AutoDiscoverServiceInternalUri
Name
                          : MAIL
AutoDiscoverServiceInternalUri
: https://mail.mydomain.com/autodiscover/autodiscover.xml
Get-ClientAccessServer
| fl Name,AutoDiscoverServiceExternalUri
Name
: MAIL
[PS]
C:\Users\Administrator.Mydomain\Desktop>Get-AutodiscoverVirtualDirectory | ft *url*
InternalUrl
                                                                    ExternalUrl

Please do help me in configuring Active Sync
please do guide me the powershell commands to setup active sync  properly .My users are not able to access email from their smartphones.
When i do testconnectivity i am getting errors for autodiscover
PS] C:\Users\Administrator.\Desktop>Get-ActiveSyncVirtualDirectory | fl
ActiveSyncServer: https://mail.mydomain.com/
MetabasePath    : IIS://MAIL.mydomain.com/W3SVC/1/ROOT/Microsoft-Server-ActiveSync
ClientCertAuth  : Ignore
Server          : MAIL
InternalUrl     : https://mail.mydomain.com/Microsoft-Server-ActiveSync
InternalAuthenticationMethods : {}
ExternalUrl     : https://mail.mydomain.com/
ExternalAuthenticationMethods : {}
OriginatingServer: MAIL.mydomain.com
Get-ClientAccessServer | fl Namae,AutoDiscoverServiceInternalUri
Name                           : MAIL
AutoDiscoverServiceInternalUri : https://mail.mydomain.com/autodiscover/autodiscover.xml
Get-ClientAccessServer | fl Name,AutoDiscoverServiceExternalUri
Name : MAIL
[PS] C:\Users\Administrator.Mydomain\Desktop>Get-AutodiscoverVirtualDirectory | ft *url*
InternalUrl                                                                     ExternalUrl
my exchange server hostname is mail and domain mydomain.com
Do cross check these commands
After running below commands do my external users connect to my exchange using active sync with mail.mydomain.com
with SSL enabled(I am using digicert)
which command should i run
1. Set-ClientAccessServer -identity "MAIL" https://mail.mydomain.com/autodiscover/autodiscover.xml
or 
  Set-ClientAccessServer -identity "MAIL" -AutoDiscoverServiceInternalUri : https://mail.mydomain.com/autodiscover/autodiscover.xml
2. Enable-OutlookAnywhere -Server MAIL -ExternalHostname "mail.mydomain.com" -ExternalAuthenticationMethod "Basic" -SSLOffloading:$False
Here what does -SSL Offloading mean ( iwant SSL to be used)
3. Set-OABVirtualDirectory -identity "MAIL\OAB (Default Web Site)" -externalurl https://mail.mydomain.com/OAB -RequireSSL:$true
4. Set-WebServicesVirtualDirectory -identity "MAIL\EWS (Default Web Site)" -externalurl https://mail.mydomain.com/EWS/Exchange.asmx -BasicAuthentication:$True
After running these commands do my external users on the internet connect to my exchange using mail.mydomain.com

Similar Messages

  • Use TYPE RECORD or Create Object TYPE to build Collection?

    Hi All,
    I need to pull in data from our ERP system via a DB Link to keep some of our Web Data up to date. I wasn't sure if I should pull the data into my collection by creating a TYPE RECORD or Creating an Object Type and fillng it that way. Is there a preferrable method?
    Record:
    TYPE ItemInventory IS RECORD (
    ProductID Products.ProductID%TYPE,
    Qty Products.QTY%TYPE);
    Object:
    Create Type ProdObj as Object(
    ProductID Products.ProductID%TYPE,
    QTY Products.QTY%TYPE);
    Maybe both are suitable....wasn't sure.
    Any suggestions/info is greatly apprecaited.
    S
    Edited by: ScarpacciOne on Feb 21, 2010 7:54 PM

    ScarpacciOne wrote:
    We have a complex view we use from our ERP system that allows us to pull all of our available inventory and update our website with that information. What I was thinking I would do is refactor the current procedures that are in place to update this information and pull that views information into a collection so that I could speed up the update process.The basic difference between the two is that one is a dumb record structure (similar to a C struct), whereas the other is an intelligent class (similar to a class definition in Java/C++). It can have methods and constructors.
    The next major difference is that one can only be use in the PL language and not in SQL. The record struct is a PL data type definition. PL cannot provide SQL engine support for it.
    On the other hand, the SQL type definition is supported by both the PL and SQL languages. This allows the type to be transparently used in both languages.
    I usually prefer the SQL type definition approach in general, as it allows for more flexibility.
    However, for pure collection processing in PL/SQL, there's very little to choose between the two approaches as they serve the exact same purpose - increasing performance by decreasing context switching between the PL and SQL engines.
    So you need to look beyond mere bulk collection and bulk processing to decide on which approach to use. For example, a SQL type definition allows for a standard SQL projection from cursors, enabling PL/SQL code to be cursor agnostic (as each cursor, irrespective of the table(s) queried, returns the same object type). However, if the aim is simply to bulk collect from that specific cursor, then it is a lot simpler to use a PL record struct.

  • Autodiscover records

    I am trying to setup Office 365 for a pilot for our organization.
    We currently have Exchange 2007.
    One of the initial steps to setup Office 365 is to create some DNS records.  The autodiscover record has me stuck.
    Our external DNS provider already has a CNAME record for autodiscover for the existing on-premise exchange server.  And...a second CNAME record cannot be created for Office 365.
    Is it possible to change the current CNAME records to SRV, and then create the CNAME record for Office 365?  If so, what impact would that have with the existing exchange server?
    mdclem

    No I don't think that would work, you'll end up with all the machines looking to the new Office 365 records rather than your existing ones.
    As explained here
    http://blogs.technet.com/b/kristinw/archive/2013/04/19/controlling-outlook-autodiscover-behavior.aspx there's a set order in which Outlook goes through the list of ways it can check the autodiscover records, and looking for an autodiscover.mydomain.com
    record comes before looking for an SRV record.
    If your aim is to do this as a trial and see how well it works then I'd suggest not using your existing email domain anyway, since you wouldn't be able to properly test receiving or sending emails since the two installations would end up conflicting with
    each other. If you don't have another domain that you could use you could always setup the email on a subdomain, for instance rather than using mydomain.com which is currently used in your organisation, setup DNS records and configure 365 on test.mydomain.com
    instead. You can then setup the CNAME record, SRV record, MX records etc within test.mydomain.com as if it's the live domain, configure it in 365, have the mailboxes configured in your Outlook alongside your existing mailboxes if you wanted, without any risk
    of conflict and allowing you to properly test it.

  • How to deactivate/ignore R/3 info records when creating Shopping Cart?

    Hi all and thanks for reading...
    We have the requirement of ignoring/deactivating R/3 info records when creating Shopping Carts SRM , so that no Vendor is proposed in transactions BBPSC01/BBPSC02.
    At the moment, when info records exist in backed, system is proposing vendor and other data and we want them to be completely ignored, both in classic and extended classic scenarios.
    How can we accomplish that? Is it possible to use BBP_SOS_BADI or is this BADI only valid for SRM local sources of supply?
    Has anybody had the same problem and solved it before?
    Thanks in advance for your help, regards
    David

    Hi  David
    Inforecord  is only source of supply for classic scenario only.
    Find and Check Sources of Supply
    Use
    With the Business Add-In BBP_SOS_BADI, you can search for and check sources of supply according to your own rules. These sources of supply include contracts, vendor list entries and product linkages. For this, the customer fields of the shopping cart or purchase order are transferred to the BAdI.
    Standard settings
    The BAdI provides the following methods:
    1. BBP_SOS_INDEX_UPDATE_CHECK
    Use: Check and update contract items in the source of supply table.
    2. BBP_SOS_SEARCH
    Use: Search for sources of supply according to your own rules.
    3. BBP_SOS_CHECK
    Use: Check and filter the sources of supply found by the standard search according to your own rules.
    4. BBP_SOS_PD_CHECK
    Use: Carrying out your own additional checks when creating a shopping cart document item with an assigned contract.
    Activities
    Implement the BAdI if you wish to determine or check sources of supply according to your own rules.
    See also
    Implementation
    As prasanna mentioned - do you want disable both sides or only one side .
    Muthu

  • I create a new apple account but i dont have credit card.what should i do, i create a new apple account but i dont have credit card.what should i do

    i create a new apple account but i dont have credit card.what should i do, i create a new apple account but i dont have credit card.what should i do

    Hi fahmeed,
    Thanks for visiting Apple Support Communities.
    If you need to create an Apple ID (iTunes, iBooks, or App Store account) without a credit card, see the instructions in this article:
    Creating an iTunes Store, App Store, iBooks Store, and Mac App Store account without a credit card
    http://support.apple.com/kb/HT2534
    If you already have an account created, but need to change the payment information, see this article:
    iTunes Store: Changing your payment information
    http://support.apple.com/kb/ht1918
    Best,
    Jeremy

  • How should I tag content created in a master page when addressing accessibility before exporting to Acrobat?  I can't add the content to the articles pannel because it's locked.  I would also like to know how I shold tag my cove content.  I dont' want rea

    How should I tag content created in a master page when addressing accessibility before exporting to Acrobat?  I can't add the content to the articles panel because it's locked.  I would also like to know how I should tag my cove content.  I don't want the reader to get lost in content other than the body of the report, but I also don't want to ignore some content completely by tagging it as artifacts.  What should I do y'all?
    Thanks,
    Josh

    Hi Rob,
    From the screen shots it looks like your script is not formatted properly (you may refer to 'Paladin Script' in 'Sample Project' to get an idea of how the script should be formatted.).
    Further please follow the steps mentioned below to use Story to PP workflow.
    Create a new Film script in Adobe Story
    Create  scene heading – INT. LOCATION – Day (these will show up in the outline view panel on left hand side)
    Hit enter, hit TAB
    Enter the name of the speaker, hit TAB or ENTER
    Copy over the transcribed text
    Build your script this way
    Number scenes from the production menu
    Export ASTX file for your script : File->Export->.astx
    Open Premiere Pro
    Create a new project, bring in media
    In the project pane, find the "Scene" column
    For the clip that contains the spoken text, assign the same scene number to the clip as you have in the story script (lets say both are scene 1)
    Click out of the scene box in the project panel in Ppro
    Right click on the scene that you just assigned a scene number to and select – attach Story script
    Select the .astx fle you exported in step 8
    Click ok
    You should now see the script data in the metadata panel for the clip in the metadata panel.
    You can now run speech to text based on "Embedded Script metadata" to time align spoken word to the script.
    Let us know if this is helpful.
    Thanks
    Rashi - Story Team

  • What program should I use to create an ipad app to collect email addreses?

    What programs should I use to create an ipad app to collect email adresses in my store?

    For building an iPad app, you can take a look at Adobe Digital Publishing Suite or Adobe Phonegap. Can you describe how would you want to collect email ids and who's emailid's would you want to collect?

  • How to know whether infotype record is created using PA30 or PA40

    Hi,
    can any one suggest is there any way to know how a record is created in database i.e by performing actions in  PA40 or from PA30.
    Thanks
    Deepthi

    Hmmmm...
    are you asking Record or actions???
    If records then forgot about PA40 it will perform actions not records.
    Coming back PA30-> TO create , modify display
                          PA20 -> TO DISPLAY.
    For PA30 -> after record is created come back to original pa30 screen input the Pernr number , Select/input  infotype number
    then click on the icon Overview button (or SHift + F8) then you can see the data , records.
    or you go and see in SE11 OR SE16 another direct method
    Regards
    sas

  • Which port number should be entered to create an icloud email account?

    Which port number should be entered to create an icloud email account?

    You do not have to use any port number. Just go to System Preferences on your Mac and click on iCloud (OS X 10.7.5 and later).

  • What should I do to create  an planning area?

    Hi everyone ,
    what should I do to create  an new planning area?
    best regards,
    David

    Hi Michael,
    I just want to understand, what we do in the "Supply Chain Design Master Data" in the view "Sites/Locations" to make the planning area active.
    Because we just enable the logistics area, the roles and usages.
    Apart from that we will bot be doing anything over there. Hence kindly clarify if i wrong.
    Regards,
    Samraj

  • Wich software should I use to create a game??

    I'm sorry if I did not find answer to my question in the forum, but I don't understand so much english. I would like to create a game, and I'm searching for the software. could you help me? Thank you

    Hi I come back with my new username since a forum update.
    I find I have been well received, as -I ask for a Sun software and I am anwered with Dark Basic, and I ask clearly in my second post how to develop on mobile phones, and have been answered "You don't have the "right" to +complete+ initial post since you didn't tell everything in initial post.
    You. How are you receiving new developers. Do you really want to help users know how to use Oracle products, or do you want to make it as obscure as possible and chock.
    Now I precise, I was -when it was at an enhancement and growing people using it- how to have an editor -visual editor with drag'n drop facilities AND/OR a IDE, to publish on mobile phones using JAVA.
    I don't aim anymore to publish on phones since each new OS has its XNA, Apple or Chrome development tools, but I am amazed how user-friendly and respectful and full of kindness I have been recieved by 2 or 3 pople from the community. Is this forum moderated and can a moderator or administrator or a professional answer me? -> the question is in the title: Which software(s) should I use to create a game? I'm looking up evidently to Oracle-only downloadable products.
    Sincerely,
    Sylvain

  • Duplication in part numbers should not accepted while creating  material ma

    Hi all,
    How can i set Duplication in part numbers should not accepted while creating  material master. How can do this requirment plz help me.
    thanks
    ramesh

    hi,
    please check is there any user exit or BADI available and make use of it.

  • HT2534 I should be able to create an itunes account without a credit card but it doesn't give me the option of choosing none; Why?

    I should be able to create an itunes account without a credit card but it doesn't give me the option of choosing none; Why?

    Did you follow the instructions on that page exactly when you created the account ? They worked for me yesterday on my computer's iTunes when I tried them in response to another thread.
    e.g. I logged out of my existing account and found a free app in the store and clicked on its free 'price'
    I then clicked on 'create Apple id' on the popup :
    And after agreeing to the terms and filling in my details I was able to select 'none' as the payment method.

  • Copy a record to create a new "version"

    Hi,
    I was wondering if anyone had a suggestion on the best way to tackle the following:
    I have a table with a list of software versions (and details about each version), when a piece of software is upgraded i don't want to simply change the version number. Instead i have a field called "Current" which is either 1 or 0 depended on if the software is the current version in use. The basic idea is to form a list over time of current software version, and versions we used to use.
    I would like it so the person doing the upgrade can go to the software version table, click an "upgrade" button which changes the "current" field to 0 and then creates a copy of the record in which the current field is 1 and the user is the presented with a form to update anything which is different from this version to the last (typically the version number but sometimes more).
    So basically the old version is archived, a new record is created which is an exact copy of the old one (new primary key obviously), which is then updated as required.
    If you need any more info please ask,
    Thanks in advance.
    EDIT:
    I've created a link to "upgrade" the software, which appears in a new column at the end of each row, and have written the copy code as a page process... now i need to know is possible to set a condition which applies to links/buttons been clicked within a table.
    So the process only runs when the user clicks the upgrade link on the report.
    Message was edited by:
    iainr
    Message was edited by:
    iainr

    Thanks for your response Mike, exactly what i need.
    Just a few questions.
    I have set the upgrade link to go to the "edit software" page passing a variable that gets set to UPGRADE. But trying to do several actions at the beginning of the new page was proving a nightmare,
    is the way you have suggested as follows:
    Click link -> Create New Row -> update old row
    MOVE TO EDIT PAGE
    Load new software details.
    If so, then the real question is, how do i make the page process that is running "on submit" only run when the link "upgrade" is clicked. Upgrade is technically a link not a button so i cannot select it from the list of buttons on the condition page, and i'm not sure if you can use passed variables until you load the new page.
    Sorry if it's a little confusing,
    Thanks again for the help,
    Iain

  • When i want to create my apple ID without credit card (while the none button is on), the message "contact itunes support to complete this transaction" is showing. what does it mean and what should i do to create my apple ID?

    when i want to create my apple ID without credit card (while the none button is on), the message "contact itunes support to complete this transaction" is showing at the last step. what does it mean and what should i do to create my apple ID?

    Creating an iTunes store/iBookstore/Mac App Store account without a credit card
    Follow the instructions carefully and to the letter.

Maybe you are looking for

  • ICloud Calendar will not sync with iCloud

    I am at a complete loss here.  I have my work MBA running Yosemite and connected to my iCloud account.  I also have a personal MBP, iPhone and iPad, all running the latest OS and Patch, all connected to my iCloud account. For 98% of it, it works and

  • ITunes corrupted, can't uninstall or re-install  HELP!

    My iTunes program is corrupted, and I am unable to uninstall it. Up to today the program worked, though I could not install any downloaded updates, nor would it let me uninstall the program. However, this morning, it dumped about half of my music, in

  • Java scripting for header,footer and combine PDF as package

    Hi All, 1.How to add header and footer using scripting. 2.How can i combine 5 pdf files in to one pdf as PDF file package using Java Scripting. Thanks Mohamed Idris

  • How to Convert OST Data to PST Data

    Please sujest me ... I accidently deleted exchange ID for pop/smtp configure for exchange server  ( for access mail by Internet ) after configuration and remove ID of exchange server ( Local Exchange ) then i found files not found in outlook because

  • Error message "posting date is initial"

    I m getting error while adding material to pre-existing contract - "posting date is initial" (Message no. F5669). looks like Fiscal year and period cannot be derived. Please help. what could be the reason for this message SK