Type Library
QSADSLib
VB 5.0 Project-Reference Descriptive String
of Type Library
Bindview DirectScript Objects 3.2 Type Library
DLL
QSNOS.DLL
The User object is useful in getting and setting properties of a user. Properties of a user could be home directory, profile path, login script, last login date etc. The Administrator may perform common tasks such as disabling a user account, setting the expiration date, setting the list of workstations from which the user can log on and the maximum amount of storage space that a user can use.
The User object supports these interfaces:
IADsUser: the default interface for this object. May be used to get or set user properties and change the password of a specified user.
IADs: May be used to get some basic properties (such as name, class, and parent) of an object.
ISecurityIdentifier: May be used to get the SIDs of the Domain, Computer, Local Group, Global Group, and User objects.
IUserInfo: May be used to get and set the home drive of a user.
IUserDialinInfo: May be used to get and set various dialin properties of a user.