Jamie_a Posted January 30, 2007 Posted January 30, 2007 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?
Nij.UK Posted January 30, 2007 Posted January 30, 2007 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
pooley Posted January 30, 2007 Posted January 30, 2007 http://www.edugeek.net/index.php?name=Forums&file=viewtopic&t=6075&highlight=richprofile covers this topic fella
Jamie_a Posted February 1, 2007 Author Posted February 1, 2007 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now