Win32::NetAdmin
The Win32::NetAdmin module provides extensive functionality for administering users and groups on Windows servers. This module does not implement an object interface for administration; it exports several functions that execute administrative commands. (This module does not load on Windows systems.)
The following functions are provided by the Win32::NetAdmin module. The server argument of each function is optional; however, a placeholder for the argument must be used if you don't supply a name. An empty string (""
) will work, indicating that the local machine is to be used.
- GetDomainController
- UserCreate
- UserDelete
- UserGetAttributes
- UserSetAttributes
- GroupCreate
- GroupDelete
- GroupGetAttributes
- GroupSetAttributes
- GroupAddUsers
- GroupDeleteUsers
- GroupIsMember
- GroupGetMembers
- LocalGroupCreate
- LocalGroupDelete
- LocalGroupGetAttributes
- LocalGroupSetAttributes
- LocalGroupAddUsers
- LocalGroupDeleteUsers
- LocalGroupIsMember
- LocalGroupGetMembers