How to create account with PWA

J

jack

I can create a user with project authentification.I also want to use windows
authentification to create a windows user.Howerver I always failed to create
windows user.
Anyone can tell me how to do it?Thanks.
 
T

TGG

The easiest way is to add them to the resource pool and specify the windows
account information at that time. When the resource is created, the account
will automatically be created with it with windows authentication already
setup. Then all that is left is to put them in the correct security group.

Hope this helps.
TGG
 
E

Earl Lewis

Jack,

What TGG says is true as long as the users windows accounts already exist in your ActiveDirectory. If they don't exist in AD you will probably have problems.

So to make your life a little simpler make sure the accounts are in AD BEFORE you try to create the accounts in project server.

Earl
The easiest way is to add them to the resource pool and specify the windows
account information at that time. When the resource is created, the account
will automatically be created with it with windows authentication already
setup. Then all that is left is to put them in the correct security group.

Hope this helps.
TGG
 
Top