Nov.GW.Account.SetPassword
Top  Previous  Next


Sets GroupWise user account password

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

Category
Novell

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

Nov.GW.Account.SetPassword DomainDataBasePath, PostOffice, AccountName, Password

DomainDataBasePath

Net path to domain database  

PostOffice
Name of postoffice  

AccountName
Name of GroupWise account to set password for  

Password
New password  
 
Example
Read account name from column 1 in [data] section, password from column 2

Nov.GW.Account.SetPassword \\lisa\sys\domdir, HQPO, %col1%,%col2%

Full example
Change NetWare and GroupWise passwords