Deploy MSProject with automaically created users via script?

J

Johan Caljé

Hi,

Anyone tried to deploy MSProject 2003 with MSI (that works), and thereafter
automatically add windows useraccounts in the Microsoft Project Server
Accounts via a script (so that they can log on to EPM t34a MSProject
automatically without manually adding those accounts)?

The Window Account that must be added is the logon Windows account.
 
J

Johan Caljé

We have used the following solution:

Under the project regkey we extracted the userhive under profile. We entered
the name 'Projectuser' and deleted the GUID in the registry. The GUID is
automatically recreated when MSProject starts.

The reg file is pushed with a login script....


Example:

"Name"="Project User"
"Path"="HTTP://EPMSERVER/projectserver"
"AccountType"="0"
"UserName"=""
"Default"="Yes"
"GUID"=""
 
Top