Is it possible to get outlook to automatically set itself up for the logged in users exchange mail box and if so how do i do it?
Is it possible to get outlook to automatically set itself up for the logged in users exchange mail box and if so how do i do it?
yea you can do this....
If you push out office via GPO.... you can use the Office Resource Kit to customise the installation of office and therefore you can tell outlook the setting for the exchange server
http://www.edugeek.net/index.php?nam...ht=richprofile
covers this topic fella
Sorted it! created a .prf file using the resource kit the added the following to the logon script.
IF EXIST "C:\Documents and Settings\%username%\flag.dat" "C:\Program Files\Microsoft Office\OFFICE11\outlook.exe"
IF EXIST "C:\Documents and Settings\%username%\flag.dat" goto :EOF
ECHO All done>"C:\Documents and Settings\%username%\flag.dat"
"C:\Program Files\Microsoft Office\OFFICE11\outlook.exe" /importprf \\DC01\tpublic$\OUTLOOKPROFILE.PRF
There are currently 1 users browsing this thread. (0 members and 1 guests)