Re: Outlook server setting
From: DavidP (anonymous_at_discussions.microsoft.com)
Date: 05/21/04
- Next message: Don Grover: "Help with string breakup"
- Previous message: Brian Staff: "Re: Getting the entire Internet Explorer history"
- In reply to: Ray at <%=sLocation%> [MVP]: "Re: Outlook server setting"
- Next in thread: Roland Hall: "Re: Outlook server setting"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 21 May 2004 15:35:57 -0700
Using WSH get the logged on user's name, bind to the
object in AD using LDAP or WinNt provider
Here's an example if the object you're connecting to is
called objUser
All one line''''''''
ExchangeServer = mid(ucase(objUser.Get
("msExchHomeServerName")),instr(1,ucase(oUser.Get
("msExchHomeServerName")),"SERVERS/CN=",vbTextCompare)+ len
("SERVERS/CN="))
''''''''''''''''''''''''''''''''
now you have the user's exchange server name
as far as checking the entry - I don't know what entry -
INI file, registry entry?
Read WSH documentation to find out how to do that.
Hope this helps!
>-----Original Message-----
>Are you taking the old server offline? If so, you could
always just put an
>entry in your WINS and/or DNS server to resolve the old
name to the new
>server.
>
>Ray at work
>
>"tab" <nospam_tb@austin.rr.com> wrote in message
>news:4_src.12129$Hh.10232@fe1.texas.rr.com...
>> We will be migrating from exchange 5.5 to 2003 in about
10 days. We're
>> toying with different solutions to update all (600)
clients' outlook
>server
>> setting via domain logon script which will then launch
a .bat file.
>>
>> The only change that needs to be made on the clients
config is the
>exchange
>> server name in outlook when they login to the domain.
If the script could
>> actually check entry first and only make the change if
the old server name
>> present.
>>
>> Thanks for any advice. I dabble in different scripting
but am far from
>> savvy enough to handle this one.
>>
>> tab
>>
>>
>
>
>.
>
- Next message: Don Grover: "Help with string breakup"
- Previous message: Brian Staff: "Re: Getting the entire Internet Explorer history"
- In reply to: Ray at <%=sLocation%> [MVP]: "Re: Outlook server setting"
- Next in thread: Roland Hall: "Re: Outlook server setting"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|