Jump to content

User Management


andyswarbs
 Share

Recommended Posts

PopG_User.au3 (57 previous downloads)

#Region Doc:

#Region Doc: Notes

; Extends au3 to provide user management on both a domain and a stand-alone computer via "NET USER" command

#EndRegion Doc: Notes

#Region Doc: Requirements

; Requires Au3 build 3.1.1.109 or better. Also uses PopG Delim, Run and String include libraries.

#EndRegion Doc: Requirements

#Region Doc: History

; 19-Feb-06 Als Added _UserGetAllUsers

; 18-Feb-06 Als Renamed _UserGroups to _UserGetAllGroups

; 18-Feb-06 Als Added _UserGetDetails

; 18-Feb-06 Als Added _UserSetDetails

; 18-Feb-06 Als Added $UD_xxx family of global constants

; 18-Feb-06 Als Renamed _UserDetails to __UserDetailsRaw

; 18-Feb-06 Als Added _UdGet private function

#EndRegion Doc: History

#Region Doc: FunctionList

; _UserGetDetails Returns one of the User details for the current user

; _UserGetAllGroups Returns a list of all local and domain groups.

; _UserGetUsersGroups Returns a list of local and domain groups this user belongs to.

; _UserGetUsers Returns a list of users, either local or in the domain

; _UserIsMember Returns true if the user is a member of specified group.

; _UserSetDetails Sets one of the User details for the current user

#EndRegion Doc: FunctionList

#EndRegion Doc:

(ps I know some other contributors have done similar using dll's but these can be easy for others to adapt)

Edited by andyswarbs
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...