Nov.DS.Account.Create
Top  Previous  Next


Creates NetWare user account

Requirements
·NetWare client on the local machine, log on as admin  
·Novell controls  

Category
Novell

Script section
[Batch], inside Data.Loop..EndLoop statement

Nov.DS.Account.Create
NDSContainerPath, Surname, AccountName, Password

NDSContainerPath
Full NDS path to container in which to create account  

Surname
Surname of account to create  

AccountName
AccountName of account to create  

Password
Password of account to create  

Tip
Use the Nov.DS.Object.SetProperty to set account properties.

Example
Server layout


Create account in ELM\MyOrg\MyOu, read properties from [data] section - surname from column 1, account name from column 2 and password from column 3

Nov.DS.Account.Create ELM\MyOrg\MyOU, %col1%, %col2%, %col3%