How to set up Autodiscovery for Outlook 2007? (Full Version)

All Forums >> [Microsoft Exchange 2007] >> General



Message


mpavlis -> How to set up Autodiscovery for Outlook 2007? (8.Aug.2006 3:39:22 PM)

I've just once touched a topic about configuring DNS for autodiscover but haven't found anything anymore.

I tried creating a new AutodiscoverVirtualDirectory (New-AutodiscoverVirtualDirectory -server %servername%) but it has failed.

The reason for it will be probably because Virtual Directory (Autodiscovery) is automatically in place right after instalation. A have SSL certificate in place and it is trusted by computer. RPC over HTTP, OWA or Active Sync works fine, but Autodiscover not :(

Does anybody know correct command for MSH and Autodiscovery?

The article on this server (msexchange.org) is related to E12 beta 1 and it is not functional anymore in E2007 beta 2.

Thanks
Martin (MVP, MCSE)




Henrik Walther -> RE: How to set up Autodiscovery for Outlook 2007? (8.Aug.2006 9:00:59 PM)

Hi Martin,

In order to get AutoDiscover working you need to do the following:

Create the AutoDiscover DNS Record

- Open the DNS Manager.
- Expand Forward Lookup Zones then expand domain.com
- Now right-click domain.com then select New Host(A)
- Type autodiscover and the IP Address of the E2K7 server, then click Add
- Click OK to close the dialog box then click Done.
- Close the DNS Manager.

Configure Exchange 2007 Server

- Switch to the e2k7 server.
- Open the Exchange Management Shell
- At the command prompt, type Set-OutlookProvider –id exch –ssl:$true then press Enter.
- Now type Set-OutlookProvider –id exch –server:servername and then press Enter.

That should do it!




mpavlis -> RE: How to set up Autodiscovery for Outlook 2007? (8.Aug.2006 11:56:46 PM)

Hi Henrik

Thanks a lot for your quick answer.
Itīs working fine for me now, but I donīt know why :)
The problem is in MSH command. It still returns me errors... but, as I said, itīs working now.

Thanks again.




DrShinder -> RE: How to set up Autodiscovery for Outlook 2007? (9.Aug.2006 5:36:08 AM)

quote:

ORIGINAL: Henrik Walther

Hi Martin,

In order to get AutoDiscover working you need to do the following:

Create the AutoDiscover DNS Record

- Open the DNS Manager.
- Expand Forward Lookup Zones then expand domain.com
- Now right-click domain.com then select New Host(A)
- Type autodiscover and the IP Address of the E2K7 server, then click Add
- Click OK to close the dialog box then click Done.
- Close the DNS Manager.

Configure Exchange 2007 Server

- Switch to the e2k7 server.
- Open the Exchange Management Shell
- At the command prompt, type Set-OutlookProvider –id exch –ssl:$true then press Enter.
- Now type Set-OutlookProvider –id exch –server:servername and then press Enter.

That should do it!



ACK!

Not even this simple feature was included in the UI? [:@]

Tom




Henrik Walther -> RE: How to set up Autodiscovery for Outlook 2007? (9.Aug.2006 7:26:39 AM)

When issuing which command do you see errors?




mpavlis -> RE: How to set up Autodiscovery for Outlook 2007? (9.Aug.2006 8:46:01 AM)

Hello Thomas.
Itīs nice to see you here... (Iīm MVP for ISA Server)

Henrik
I see this:

[MSH] C:\>Set-OutlookProvider -id exch -ssl:$true
Set-OutlookProvider : A parameter cannot be found that matches parameter name '
-ssl:'.
At line:1 char:35
+ Set-OutlookProvider -id exch -ssl:$ <<<< true


[MSH] C:\>Set-OutlookProvider -id exch -server:MAIL
Set-OutlookProvider : A parameter cannot be found that matches parameter name '
-server:'.
At line:1 char:38
+ Set-OutlookProvider -id exch -server:M <<<< AIL

 
Maybe is a problem on my side, but Iīm still newbie in MSH, so I have no idea, where the problem is...




DrShinder -> RE: How to set up Autodiscovery for Outlook 2007? (9.Aug.2006 3:06:26 PM)

Hi Martin,

Good to see you here!

If the ISA team tries to push this atavistic CLI stuff on us, I'm going to start asafirewalls.org and checkpointrocks.org [:D]

Tom




mpavlis -> RE: How to set up Autodiscovery for Outlook 2007? (9.Aug.2006 3:12:35 PM)

Thomas> LOL!




Henrik Walther -> RE: How to set up Autodiscovery for Outlook 2007? (9.Aug.2006 3:50:07 PM)

Well since pretty much every MS product will be based on or at least support Windows PowerShell (formerly known as Monad), my guess is it will be implemented in the ISA Server product in the future. And that would actually be a good thing if you ask me, let's just hope they don't miss so many GUI features as is the case with E2K7.

Why not have a CLI in ISA Server?




mpavlis -> RE: How to set up Autodiscovery for Outlook 2007? (9.Aug.2006 4:13:03 PM)

I agree with you Henrik.

From my point of view, I hope that next version of ISA Server Will support Powershell. Itīs very good for administrators and administration at all - everybody knows why... but many people working with Windows because of "Windows" - I mean, that GUI is still very important for everybody.

Because Iīm member of Exchange Beta test, I think, that GUI will support more and more configuration options. In beta 1, in GUI you canīt do anything. In DF4 it was better and in beta 2 is acceptable for many administrator.

We will see in RC and in RTM...




Henrik Walther -> RE: How to set up Autodiscovery for Outlook 2007? (10.Aug.2006 8:42:25 AM)

quote:

ORIGINAL: mpavlis

Because Iīm member of Exchange Beta test, I think, that GUI will support more and more configuration options. In beta 1, in GUI you canīt do anything. In DF4 it was better and in beta 2 is acceptable for many administrator.

We will see in RC and in RTM...


Unfortunately I don't think you'll see any changes (except very minor) when we reach RCs or even the RTM, since MS said Beta 2 is more or less feature complete. From now on they focus on fixing bugs etc.

So any changes to the GUI will be post-RTM.




mpavlis -> RE: How to set up Autodiscovery for Outlook 2007? (10.Aug.2006 8:56:19 AM)

Hmm... this isn't good news for me.

As Thomas mentioned - what about configuration of POP3 and IMAP4? Itīs very hard to configure from PowerShell...
I know, that there are many plans for SP1 in Exchange 2007 - for example S/MIME in OWA... but these basic thinks (POP3, etc.) must be implemented to GUI.

Donīt you think?




Henrik Walther -> RE: How to set up Autodiscovery for Outlook 2007? (10.Aug.2006 11:46:30 AM)

I too think there should be many more features included in the GUI, but the Exchange product group didn't have the resources or time for eveything, so these things will come post-RTM.




DrShinder -> RE: How to set up Autodiscovery for Outlook 2007? (10.Aug.2006 1:46:12 PM)

quote:

ORIGINAL: mpavlis

Hmm... this isn't good news for me.

As Thomas mentioned - what about configuration of POP3 and IMAP4? Itīs very hard to configure from PowerShell...
I know, that there are many plans for SP1 in Exchange 2007 - for example S/MIME in OWA... but these basic thinks (POP3, etc.) must be implemented to GUI.

Donīt you think?


Hi Martin,

Thank you! I was thinking I was crazy or something, because I was shocked that very basic functionality that almost all Exchange admins I know use, such as SMTP cert config, POP3/S, IMAP4/S and much more were left out of the Exchange Managmenet console. Seems like they might as well delay release until that have a reasonably viable user interface.

Thanks!
Tom




frelisb -> RE: How to set up Autodiscovery for Outlook 2007? (11.Jul.2007 8:44:49 AM)

Hi,

It seems that the command

Set-OutlookProvider –id exch –ssl:$true

with the switch -ssl:$true is invalid in the final version of Exchange 2007, even though it was there in beta.

Can anyone tell me how to turn the ssl flag to Truew, now that the switch is gone?




Elan Shudnow -> RE: How to set up Autodiscovery for Outlook 2007? (16.Jul.2007 12:03:48 AM)

I created a blog entry that might help you guys.  It has some information on how to publishg Autodiscover in ISA 2006, how to configure the Autodiscover service, and how you would configure Internal URLs vs External URLs depending on whether you are using a UC certificate vs splitting up IIS into multiple websites and assigning different certificates to each website. It doesn't talk about the set-OutlookProvider cmdlet, but hope the blog entry might still be of help help:
http://www.shudnow.net/2007/07/15/publishing-exchange-2007-autodisover-in-isa-2006/




DrShinder -> RE: How to set up Autodiscovery for Outlook 2007? (8.Aug.2007 4:06:35 PM)

That article loooks VERY good!

I'll see if I can get it working and then do a tutorial on this site based on your article.

Many thanks!!!

Tom




frelisb -> RE: How to set up Autodiscovery for Outlook 2007? (11.Aug.2007 11:05:44 AM)

FYI here's the answer I got over at www.exchangeninjas.com:

Q: Running Get-OutlookProvider in the EMC shows that neither the EXCH, EXPR nor WEB entries have any content in the "SSL" column. I want to set this SSL property to "true". but running the set-outlookprovider -id exch -ssl:true' command returns an error saying that the parameter -ssl is invalid. Checking with "help get-outlookprovider" shows that the switch is unlisted. I know from other posts that it was there in Beta, but has it been removed in the final release? If yes, how do I set the parameter to "true"?
A: Outlook requires SSL and Exchange 2007 always preconfigures with a self-signed SSL cert. It's not something that can be turned on/off anymore (this is why the switch is gone since the earlier beta).




DrShinder -> RE: How to set up Autodiscovery for Outlook 2007? (11.Aug.2007 1:05:22 PM)

Does the Outlook client need to trust the self-signed cert?

What common name is used? Or is a SAN used instead?

Tom




frelisb -> RE: How to set up Autodiscovery for Outlook 2007? (11.Aug.2007 3:31:14 PM)

The Outlook client needs to trust the self-signed cert if accessing the Exchange server from the open internet (through ISA 2006 of course), that's why you wouldn't want to use the self-signed cert but get one from a trusted CA. I think the point from MS is to get a cert up and running so you can configure and test the functionality of the set-up. Before you go in production you are recommended even by MS to get a trusted cert. If the client is logged in directly on the LAN as member of the same domain as the CAS computer, however, I think the client does not need to trust the self-signed cert.

The common name used is (if I remember right), the same as the machine name of the Client Access Server, without any domain suffix.

I am not sure what you mean by "SAN" in this context, Tom

Here are a couple of useful links on Autodiscovery:

http://msexchangeteam.com/archive/2007/04/30/438249.aspx

http://www.exchangeninjas.com/cascertificateconfig





Page: [1] 2   next >   >>