A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook - General Queries
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Applying a .PRF file for outlook



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old October 17th 06, 01:55 AM posted to microsoft.public.outlook
pmt82
external usenet poster
 
Posts: 5
Default 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.

Ads
  #2  
Old October 18th 06, 06:56 PM posted to microsoft.public.outlook
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default 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.

  #3  
Old October 29th 06, 08:56 PM posted to microsoft.public.outlook
pmt82
external usenet poster
 
Posts: 5
Default 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.


  #4  
Old October 29th 06, 09:56 PM posted to microsoft.public.outlook
Tweaking_it
external usenet poster
 
Posts: 2
Default 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.
  #5  
Old October 29th 06, 11:33 PM posted to microsoft.public.outlook
pmt82
external usenet poster
 
Posts: 5
Default 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.


  #6  
Old October 30th 06, 03:15 PM posted to microsoft.public.outlook
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default 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.


  #7  
Old October 30th 06, 08:22 PM posted to microsoft.public.outlook
Tweaking_it
external usenet poster
 
Posts: 2
Default 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


 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Outlook.prf File Mahmood Outlook - Installation 1 September 13th 06 07:54 PM
Outlook.prf file Mahmood Outlook - Installation 0 September 13th 06 07:37 PM
Outlook .prf file and cmd script wont change exchange server setti HEU Outlook - Installation 1 June 23rd 06 07:15 PM
Tool for eml file after applying KB911567 Miyahn Outlook Express 1 May 11th 06 11:34 PM
prf-file and outlook address book Robert Burger Outlook - Installation 1 January 25th 06 07:33 PM


All times are GMT +1. The time now is 12:19 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.