Outlook Banter

Outlook Banter (http://www.outlookbanter.com/)
-   Outlook - General Queries (http://www.outlookbanter.com/outlook-general-queries/)
-   -   Applying a .PRF file for outlook (http://www.outlookbanter.com/outlook-general-queries/30159-applying-prf-file-outlook.html)

pmt82 October 17th 06 01:55 AM

Applying a .PRF file for outlook
 
Hi all,

I wish to deploy a outlook prf file so that the first time a user logs
into a machine their email account is set up and ready to use.

I have created the prf file, added it into our login script but I would
like it to be completely silent.
Currently when a new user logs in (for the first time on that machine)
it will setup Office 2003 then when implementing the PRF file it will
ask to input the new settings or not. (Well to put it simply anyways).
How would I have this automatically select the yes option without the
user knowing about anything that has happened and that it has all been
clean and silent and ready for them to use.

I have tried optinos suggested in Microsoft site such as /qb- etc and
/Silent but it still comes up with the message box.

Thanks in advance!

Paul.


Sue Mosher [MVP-Outlook] October 18th 06 06:56 PM

Applying a .PRF file for outlook
 
Get the excellent white paper "Configuring Outlook Profiles by Using a PRF File" at http://office.microsoft.com/search/r...60 I&respos=3, which explains how to set up an ImportPRF registry value to force Outlook to process a .prf file in startup.

The page at http://www.slipstick.com/exs/olroam.htm includes information on other profile tools and resources.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"pmt82" wrote in message ups.com...
Hi all,

I wish to deploy a outlook prf file so that the first time a user logs
into a machine their email account is set up and ready to use.

I have created the prf file, added it into our login script but I would
like it to be completely silent.
Currently when a new user logs in (for the first time on that machine)
it will setup Office 2003 then when implementing the PRF file it will
ask to input the new settings or not. (Well to put it simply anyways).
How would I have this automatically select the yes option without the
user knowing about anything that has happened and that it has all been
clean and silent and ready for them to use.

I have tried optinos suggested in Microsoft site such as /qb- etc and
/Silent but it still comes up with the message box.

Thanks in advance!

Paul.


pmt82 October 29th 06 08:56 PM

Applying a .PRF file for outlook
 
Thanks Sue,
I have been unable however to implement it properly through the
information provided. Has anyone else managed this with a logon script?

if exist "C:\Documents and Settings\%username%\Application
Data\Microsoft\Outlook" goto skipOFix
"%logonserver%\NETLOGON\Installs\OutlookFix.PR F" /c /qb
:skipOFix

This does work however it displays a message to the user asking them if
they want to apply it and the message it gives I know we would be
getting a phone call from users everytime they logged into another
machine.

Is there an option/switch to use that will automatically set this up?

Thanks


Sue Mosher [MVP-Outlook] wrote:
Get the excellent white paper "Configuring Outlook Profiles by Using a PRF File" at http://office.microsoft.com/search/r...60 I&respos=3, which explains how to set up an ImportPRF registry value to force Outlook to process a .prf file in startup.

The page at http://www.slipstick.com/exs/olroam.htm includes information on other profile tools and resources.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"pmt82" wrote in message ups.com...
Hi all,

I wish to deploy a outlook prf file so that the first time a user logs
into a machine their email account is set up and ready to use.

I have created the prf file, added it into our login script but I would
like it to be completely silent.
Currently when a new user logs in (for the first time on that machine)
it will setup Office 2003 then when implementing the PRF file it will
ask to input the new settings or not. (Well to put it simply anyways).
How would I have this automatically select the yes option without the
user knowing about anything that has happened and that it has all been
clean and silent and ready for them to use.

I have tried optinos suggested in Microsoft site such as /qb- etc and
/Silent but it still comes up with the message box.

Thanks in advance!

Paul.



Tweaking_it October 29th 06 09:56 PM

Applying a .PRF file for outlook
 
Try looking around in www.scriptinganswers.com
Check out "MS Outlook 2003 Auto-Profiler" Script in the scripting Vault.

I found this a while back and have yet to test it out.
http://www.scriptinganswers.com/vaul...nd%20Exchange/

There are many scripts and help here.

pmt82 October 29th 06 11:33 PM

Applying a .PRF file for outlook
 
Thanks for the link. I have tried the "Ms Outlook 2003 Auto Profiler"
script but it dosent work first time logging in. Have to set it up and
then log in again, still comes up with message regarding the prf file,
also it will continue to run each time you log in.
Will keep looking though (will check through that handy site link
above) and look deeper into the script and code for that last script.
Keep them coming though :)


Tweaking_it wrote:
Try looking around in www.scriptinganswers.com
Check out "MS Outlook 2003 Auto-Profiler" Script in the scripting Vault.

I found this a while back and have yet to test it out.
http://www.scriptinganswers.com/vaul...nd%20Exchange/

There are many scripts and help here.



Sue Mosher [MVP-Outlook] October 30th 06 03:15 PM

Applying a .PRF file for outlook
 
Sounds like you didn't read the section I recommended about using the ImportPRF registry value to silently apply the .prf settings when Outlook first runs.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"pmt82" wrote in message ups.com...
Thanks Sue,
I have been unable however to implement it properly through the
information provided. Has anyone else managed this with a logon script?

if exist "C:\Documents and Settings\%username%\Application
Data\Microsoft\Outlook" goto skipOFix
"%logonserver%\NETLOGON\Installs\OutlookFix.PR F" /c /qb
:skipOFix

This does work however it displays a message to the user asking them if
they want to apply it and the message it gives I know we would be
getting a phone call from users everytime they logged into another
machine.

Is there an option/switch to use that will automatically set this up?

Thanks


Sue Mosher [MVP-Outlook] wrote:
Get the excellent white paper "Configuring Outlook Profiles by Using a PRF File" at http://office.microsoft.com/search/r...60 I&respos=3, which explains how to set up an ImportPRF registry value to force Outlook to process a .prf file in startup.

The page at http://www.slipstick.com/exs/olroam.htm includes information on other profile tools and resources.



"pmt82" wrote in message ups.com...
Hi all,

I wish to deploy a outlook prf file so that the first time a user logs
into a machine their email account is set up and ready to use.

I have created the prf file, added it into our login script but I would
like it to be completely silent.
Currently when a new user logs in (for the first time on that machine)
it will setup Office 2003 then when implementing the PRF file it will
ask to input the new settings or not. (Well to put it simply anyways).
How would I have this automatically select the yes option without the
user knowing about anything that has happened and that it has all been
clean and silent and ready for them to use.

I have tried optinos suggested in Microsoft site such as /qb- etc and
/Silent but it still comes up with the message box.

Thanks in advance!

Paul.



Tweaking_it October 30th 06 08:22 PM

Applying a .PRF file for outlook
 
I have tried this out today and it works for me but it has to be the very
first time the user logins in to the PC. and it only runs once. If its not
the first time the user has logged in and opened Outlook then it will not
execute the script becouse the value that the If then checks for is true it
then ends the script. and doesnt add it again.

you may have a overlaying script. somewhere.

also on it asking you if you want to import the prf file. have you set the
"OverWriteProfile=yes" and "ModifyDefaultProfileIfPresent=false" this should
fix the importmessage with the script, it doenst how ever in running the
import prf from CMD.


"pmt82" wrote:

Thanks for the link. I have tried the "Ms Outlook 2003 Auto Profiler"
script but it dosent work first time logging in. Have to set it up and
then log in again, still comes up with message regarding the prf file,
also it will continue to run each time you log in.
Will keep looking though (will check through that handy site link
above) and look deeper into the script and code for that last script.
Keep them coming though :)




All times are GMT +1. The time now is 11:45 AM.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2006 OutlookBanter.com