Link to home
Start Free TrialLog in
Avatar of croustimiel
croustimiel

asked on

Create Lotus Notes 7.0.2 User (account) by script

Hello,

I have several times new Lotus account to create.
Can we create them automatically by script (vbs, or other, ...)

For example in the Script I enter The LastName and Firstname and after all is automatic (email address : fisrtsname.lastname@company.com, id, quota, member of group x, destination of id file to save, template to use ...)

It will be very useful if I had just to fill the Firstname and Lastname and after automatic, because it's always the same thing

Thanks for your help.
Avatar of Sjef Bosman
Sjef Bosman
Flag of France image

When you go through the normal procedure in the Domino Admin client, you get to the screen where you type in the user's data. There's also a button there that says Import Text File...

Read about it in the Admin Help database. It might not do all that you describe, but it will register Notes users the way it should be done.
You could also create an application that allows entry of the base details in a form and then an agent runs all the actual creation process and changes you want to make.

If you setup the CA process to hold the certificate you don't even need to enter passwords or have access to cert.id's etc.

Look at the class NotesRegistration in designer help. Specificaly the RegisterNewUser method that has a good example that can start off your database design.

You can then
ASKER CERTIFIED SOLUTION
Avatar of doninja
doninja
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial