Here is my 2nd action plugin. Well it's not really a plugin persay, its more of a wrapper for a dll I had created awhile back. The plugin allow's you to create/delete windows user accounts, add/remove users to/from groups, and check to see if a user's account exists. The plugin is beta right now for I will be adding more function's like group and user enum as well as group creation once I learn more about them cause its a being a pain lol. Atm the plugin has 6 functions and are listed below.
Due to me being extremely tired and its 3am, I will upload the example apz tomorrow.-Personal Note-
As alot of you know I have a million different things Im pursuing at once, as Im sure alot of us are lol. And this is the 2nd time Ive ever attempted to make a plugin so again I tried to keep it simple for my sake. Still strange I call this a plugin cause to me its more like a wrapper. Please leave some feedback, and perhaps some suggestions for another action plugin.
-FUNCTIONS-
UserDel
UserAdd
ChangePassword
AddGroupMembers
DelGroupMembers
UserExists
-How to Install-
1. Put the UserMgmt.xml file in the your AMS Data\Actions folder.
2. Add the contents of UserMgmt.lua to the end of the notification_messages.lua file located in your AMS Data\Includes folder or just load it in the globals of your project. [Tip: If adding to notification_messages.lua, Open it with wordpad and hit enter a couple of times at bottom of document before pasting.]
3. Copy the UserMgmt.dll to your projects Docs folder.
4. USE
-KNOWN BUGS-
None, If you find any please report them here so that I may fix.

Reply With Quote
