ProfMan.dll & Scripting

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi MVPs,
i need some help or hints for profman.dll
i have 1400 users to update their profiles.
They have to use MailBox delivery(so default store must be MailBox) and have
to be chached mode enabled & ost files on other partition created.
So, in my script (some parts are Sue's) i have to check if users already
have delivery to mailbox etc ..... and if it's false, i have to setup this.
Any help ????????
my script-> http://www.cro-marketing.com/ProfMan.txt
 
Thx, but i did it already and can't find anything about cache mode
enable/disable, path to *.ost files etc... Also, only methods of propertybag
object is ADD (adding properties) so, can't change, modify existing
properties .
Any other way ??? Sue ???


Roady said:
See http://www.dimastr.com/redemption/profiles.htm

--
Robert Sparnaaij [MVP-Outlook]
Coauthor, Configuring Microsoft Outlook 2003


-----
zloc said:
Hi MVPs,
i need some help or hints for profman.dll
i have 1400 users to update their profiles.
They have to use MailBox delivery(so default store must be MailBox) and
have
to be chached mode enabled & ost files on other partition created.
So, in my script (some parts are Sue's) i have to check if users already
have delivery to mailbox etc ..... and if it's false, i have to setup
this.
Any help ????????
my script-> http://www.cro-marketing.com/ProfMan.txt
 
Why are you not deploying prf-files instead?

--
Robert Sparnaaij [MVP-Outlook]
Coauthor, Configuring Microsoft Outlook 2003


-----
zloc said:
Thx, but i did it already and can't find anything about cache mode
enable/disable, path to *.ost files etc... Also, only methods of
propertybag
object is ADD (adding properties) so, can't change, modify existing
properties .
Any other way ??? Sue ???


Roady said:
See http://www.dimastr.com/redemption/profiles.htm

--
Robert Sparnaaij [MVP-Outlook]
Coauthor, Configuring Microsoft Outlook 2003


-----
zloc said:
Hi MVPs,
i need some help or hints for profman.dll
i have 1400 users to update their profiles.
They have to use MailBox delivery(so default store must be MailBox) and
have
to be chached mode enabled & ost files on other partition created.
So, in my script (some parts are Sue's) i have to check if users
already
have delivery to mailbox etc ..... and if it's false, i have to setup
this.
Any help ????????
my script-> http://www.cro-marketing.com/ProfMan.txt
 
Hi Roady,
I don't know if i can modify current user profile with .prf and before
change anything, i have to check if user already have settings that satisfy
necessary condition :
1: delivery to mailbox
2:offline file enabled (with .ost path on d:\UserMailProfile)
3:cached mode enabled
4:PersonaFolder enabled (with .pst path on d:\UserMailProfile)

If not, then i have to setup those properties. For 50 users it's not problem
to setup manulay, but for 1400 users..... i realy have to find solutions to
automate this process trugh script and SMS server !

Roady said:
Why are you not deploying prf-files instead?

--
Robert Sparnaaij [MVP-Outlook]
Coauthor, Configuring Microsoft Outlook 2003


-----
zloc said:
Thx, but i did it already and can't find anything about cache mode
enable/disable, path to *.ost files etc... Also, only methods of
propertybag
object is ADD (adding properties) so, can't change, modify existing
properties .
Any other way ??? Sue ???


Roady said:
See http://www.dimastr.com/redemption/profiles.htm

--
Robert Sparnaaij [MVP-Outlook]
Coauthor, Configuring Microsoft Outlook 2003
http://www.howto-outlook.com/
Outlook FAQ, HowTo, Downloads, Add-Ins and more

-----
Hi MVPs,
i need some help or hints for profman.dll
i have 1400 users to update their profiles.
They have to use MailBox delivery(so default store must be MailBox) and
have
to be chached mode enabled & ost files on other partition created.
So, in my script (some parts are Sue's) i have to check if users
already
have delivery to mailbox etc ..... and if it's false, i have to setup
this.
Any help ????????
my script-> http://www.cro-marketing.com/ProfMan.txt
 
Back
Top