UserMgmt Help File


Table of Contents

UserMgmt.AddUser
UserMgmt.DelUser
UserMgmt.ChangePassword
UserMgmt.AddGroupMembers
UserMgmt.DelGroupMembers
UserMgmt.UserExists

UserMgmt.AddUser


UserMgmt.AddUser ( 

(string) Username = "Guest",

(string) Password = "Password" )

Description

Create's a new user account on the local machine.

Parameters

Username

(string) The name for the new user account.

Password

(string) The password for the new user account.


Return

This action dose not return any value.



UserMgmt.DelUser


UserMgmt.DelUser ( 

(string) Username = "Guest" )

Description

Delete's a user account on the local machine.

Parameters

Username

(string) The name of the user account to delete.


Return

This action dose not return any value.



UserMgmt.ChangePassword


UserMgmt.ChangePassword ( 

(string) Username = "Guest",

(string) Old Password = "OldPassword",

(string) New Password = "NewPassword" )

Description

Changes the user's password for their account.

Parameters

Username

(string) The name of the user account.

Old Password

(string) The old password for the user account.

New Password

(string) The new password for the user account.


Return

This action dose not return any value.



UserMgmt.AddGroupMembers


UserMgmt.AddGroupMembers ( 

(string) Group = "Administrators",

(string) Username = "Guest" )

Description

Adds users to the specified group.

Parameters

Group

(string) The name of the group in which to add members.

Username

(string) The name of the user account in which to add to the group.


Return

This action dose not return any value.



UserMgmt.DelGroupMembers


UserMgmt.DelGroupMembers ( 

(string) Group = "Administrators",

(string) Username = "Guest" )

Description

Delete's users from the specified group.

Parameters

Group

(string) The name of the group in which to add members.

Username

(string) The name of the user account in which to add to the group.


Return

This action dose not return any value.



UserMgmt.UserExists


UserMgmt.UserExists ( 

(string) Username = "Guest",

(string) Password = "Password" )

Description

Check's to see if the specified user account exists.

Parameters

Username

(string) The name of user account to check for.

Password

(string) The password of the user account to check for.[For Security]


Return

This action dose not return any value.



Made with Action Plugin Compiler