Using prf file to configure outlook clients

Posted by chrissie1 on Server Fault See other posts from Server Fault or by chrissie1
Published on 2011-03-10T14:30:58Z Indexed on 2011/03/10 16:12 UTC
Read the original article Hit count: 185

Filed under:

I have a prf file to outlook clients. For the moment the new exchange will be in another domain, that will change in the future. But the usernames on both domains are the same.

I see that the example prf just takes the username

;***************************************************************
; Section 4 - Default values for each service.
;***************************************************************

[ServiceEGS]
MailboxName=%UserName%
HomeServer=exchange_server_name

[Service1]
OverwriteExistingService=No
UniqueService=Yes
MailboxName=%UserName%
HomeServer=exchange_server_name
AccountName=Microsoft Exchange Server

Can I add the domainname to that like so.

MailboxName=\\domain\%UserName´%

or is there a better way of doing this.

© Server Fault or respective owner

Related posts about outlook-2003