andyswarbs Posted February 11, 2006 Share Posted February 11, 2006 (edited) 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 February 19, 2006 by andyswarbs Licensing.au3Extended _Max & _Min_MsgBoxExitVarious extensions to _GuiCtrl...Run Dos programs output into an array etc (Updated 19-Feb-06)Extensions to Array library, primarily in two dimensions (updated 20-Feb-06)Version dependency calculator, _IsVer1GEVer2User Management, answering some domain questions (updated 19-Feb-06, various bugfixes and new functions added)Extensions to registry manipulation, including a recursive search & replaceDelimited string library (updated 19-Feb-03, added _DelimListSort)String library extensionsTerminal Server supportFile libraryCommand line parser (added 18-Feb-06)(UDF homepage) (Scit4Au3 UserCallTips added 21-Feb-06) Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now