RagnaroktA Posted September 21, 2006 Author Share Posted September 21, 2006 What was the bug in the two GUI's? I have been unable to find it after mulling over it for quite some time.JSWell, I thought I had it, but I just realized what you were talking about. It's still not fixed, and I feel like a tard.Let me know if you find the bug, I'll do the same. I spoke too soon. Current Projects:Remote Administration Suite Updated! 12-20-07Remote User State Migration Tool (Plugin) Updated! 12-20-07Batch Print Wizard Updated! 12-20-07Links:AutoIt Beta | AutoIt Wiki Link to comment Share on other sites More sharing options...
JSThePatriot Posted September 21, 2006 Share Posted September 21, 2006 Well, I thought I had it, but I just realized what you were talking about. It's still not fixed, and I feel like a tard.Let me know if you find the bug, I'll do the same. I spoke too soon.Ah dont feel like a tard. I am the one that apparently created the bug ...You just work on more GUI, and the rest. I will try and figure out the bug JS AutoIt Links File-String Hash Plugin Updated! 04-02-2008 Plugins have been discontinued. I just found out. ComputerGetInfo UDF's Updated! 11-23-2006 External Links Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more) Link to comment Share on other sites More sharing options...
powaking Posted September 21, 2006 Share Posted September 21, 2006 Ah dont feel like a tard. I am the one that apparently created the bug ...You just work on more GUI, and the rest. I will try and figure out the bug JSNot sure what assistance I could offer but I've created a "Toolbox" for our techs to use. It includes the following:Remote RegeditComputer ManagerExplore C$Command Console (Using BeyondExec)Reset Admin passwordAdd/Remove user from Admin group on machineUser Domain Info (Address, Phone numbers, Global Group membership, Echange server, Locked status and ability to unlock)Install/Remove Altiris AgentForce Reboot and 30sec delay rebootSoftware installed (and ability to remove; taken from another users app can't remember who, name escapes me)Basic PC specsPatch PC (using internal tool that lists which patches are missing, then downloads and installs while giving progress back on own machine using TCP calls) Link to comment Share on other sites More sharing options...
RagnaroktA Posted September 21, 2006 Author Share Posted September 21, 2006 Not sure what assistance I could offer but I've created a "Toolbox" for our techs to use. It includes the following:Remote Regedit - Planned (Local and Remote)Computer Manager - Planned (Local and Remote)Explore C$ - PlannedCommand Console (Using BeyondExec) - PlannedReset Admin password - PlannedAdd/Remove user from Admin group on machine - PlannedUser Domain Info (Address, Phone numbers, Global Group membership, Echange server, Locked status and ability to unlock) - Planned (As a user plugin to be created later)Install/Remove Altiris Agent - My company doesnt use Altiris, so I wouldnt be able to add that part, but if you want it in, shoot me some code and I'll add it.Force Reboot and 30sec delay reboot - Planned (As well as other shutdown functions)Software installed (and ability to remove; taken from another users app can't remember who, name escapes me) - PlannedBasic PC specs - PlannedPatch PC (using internal tool that lists which patches are missing, then downloads and installs while giving progress back on own machine using TCP calls) - My company doesnt use a homegrown tool. All patching is done from our WSUS server. Again, if you want this added, shoot some code my way, and I'll put it in.This tool will be pretty robust. It will have a ton of features, shortcuts, built in tools, and plugins (eventually when we get around to coding them). Keep the suggestions coming! Current Projects:Remote Administration Suite Updated! 12-20-07Remote User State Migration Tool (Plugin) Updated! 12-20-07Batch Print Wizard Updated! 12-20-07Links:AutoIt Beta | AutoIt Wiki Link to comment Share on other sites More sharing options...
M3_DeL Posted September 21, 2006 Share Posted September 21, 2006 (edited) The domain I am part of is nation wide, there are hundreds of thousands of machines on the network is there anyway I can just search certain OU's? Also is there a way to specify a machine by the description? the computer names are very "generic" and the users name is put in the description. Edited September 21, 2006 by M3_DeL Link to comment Share on other sites More sharing options...
JSThePatriot Posted September 22, 2006 Share Posted September 22, 2006 I have completely fixed the Find/Specify Machine GUI bug. I have sent you a PM with the details. JS AutoIt Links File-String Hash Plugin Updated! 04-02-2008 Plugins have been discontinued. I just found out. ComputerGetInfo UDF's Updated! 11-23-2006 External Links Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more) Link to comment Share on other sites More sharing options...
RagnaroktA Posted September 22, 2006 Author Share Posted September 22, 2006 (edited) The domain I am part of is nation wide, there are hundreds of thousands of machines on the network is there anyway I can just search certain OU's?Also is there a way to specify a machine by the description? the computer names are very "generic" and the users name is put in the description.At the moment, there is not a way to search specific OUs. I do plan to add this in, eventually. You can import .lst files (a list of computer names/IP Addresses) and query only those machines, so that's a quick and dirty workaround.As for specifying the machine by its description... It can be added in, but is not a current feature. There will be a plugin that is more geared toward active directory users and computers that will have that added in. I could make each item populate a tip of the description in AD, and make it searchable. Would that help?JS, replied to your PM.Edit: Okay, so adding a tip to the computer item in the List and Domain view isnt panning out. For right now, I'll just have to make it a searchable item. Edited September 22, 2006 by RagnaroktA Current Projects:Remote Administration Suite Updated! 12-20-07Remote User State Migration Tool (Plugin) Updated! 12-20-07Batch Print Wizard Updated! 12-20-07Links:AutoIt Beta | AutoIt Wiki Link to comment Share on other sites More sharing options...
dandymcgee Posted September 25, 2006 Share Posted September 25, 2006 Hmmmm... I don't see where there's a link for downloads??? Any ideas. - Dan [Website] Link to comment Share on other sites More sharing options...
RagnaroktA Posted September 25, 2006 Author Share Posted September 25, 2006 Hmmmm... I don't see where there's a link for downloads??? Any ideas.The application is still in development. Currently, I'm working on the INI file, and various features. Next on my list is adding the functions for information retrieval. Check back often, all updates will post to the first post. Current Projects:Remote Administration Suite Updated! 12-20-07Remote User State Migration Tool (Plugin) Updated! 12-20-07Batch Print Wizard Updated! 12-20-07Links:AutoIt Beta | AutoIt Wiki Link to comment Share on other sites More sharing options...
JSThePatriot Posted September 25, 2006 Share Posted September 25, 2006 The application is still in development. Currently, I'm working on the INI file, and various features. Next on my list is adding the functions for information retrieval. Check back often, all updates will post to the first post.Hey,I have updated my CompInfo.au3 Library, to include a couple of new functions, but I have also posted a list of functions that are coming soon. I think they may help with some of the current stuff, and possibly some new features that havent been thought about.JS AutoIt Links File-String Hash Plugin Updated! 04-02-2008 Plugins have been discontinued. I just found out. ComputerGetInfo UDF's Updated! 11-23-2006 External Links Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more) Link to comment Share on other sites More sharing options...
RagnaroktA Posted September 26, 2006 Author Share Posted September 26, 2006 (edited) Hey,I have updated my CompInfo.au3 Library, to include a couple of new functions, but I have also posted a list of functions that are coming soon. I think they may help with some of the current stuff, and possibly some new features that havent been thought about.JSWay ahead of you boss. I saw the update and planned scripts. I approve. If I can think of anything else that would be useful, I'll let you know. Almost done with the logic for the configuration file, wont be long now before it starts to act like it should.Edit: I also need to find a good solution for encrypting/decrypting text in the .ini file, for the password credential. I'm thinking about using the RC4 include. Is there a better solution or...? Edited September 26, 2006 by RagnaroktA Current Projects:Remote Administration Suite Updated! 12-20-07Remote User State Migration Tool (Plugin) Updated! 12-20-07Batch Print Wizard Updated! 12-20-07Links:AutoIt Beta | AutoIt Wiki Link to comment Share on other sites More sharing options...
JSThePatriot Posted September 26, 2006 Share Posted September 26, 2006 Way ahead of you boss. I saw the update and planned scripts. I approve. If I can think of anything else that would be useful, I'll let you know. Almost done with the logic for the configuration file, wont be long now before it starts to act like it should.Edit: I also need to find a good solution for encrypting/decrypting text in the .ini file, for the password credential. I'm thinking about using the RC4 include. Is there a better solution or...?Out of curiosity, how big is your settings INI file? If it is large enough have you thought about using a database? (SQLite for example?)A database would already have the username/password that you are looking for. You could use the MD5 or SHA-1 plugin and hash the values that way there are no plain text passwords stored in the database.JS AutoIt Links File-String Hash Plugin Updated! 04-02-2008 Plugins have been discontinued. I just found out. ComputerGetInfo UDF's Updated! 11-23-2006 External Links Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more) Link to comment Share on other sites More sharing options...
RagnaroktA Posted September 26, 2006 Author Share Posted September 26, 2006 Out of curiosity, how big is your settings INI file? If it is large enough have you thought about using a database? (SQLite for example?)A database would already have the username/password that you are looking for. You could use the MD5 or SHA-1 plugin and hash the values that way there are no plain text passwords stored in the database.JSIt's actually not big at all. It will only house settings and the like. As of right now it's 1KB, and I'd guess a max of about 3KB when the app is finished. It's not really big enough for a database yet. It's created on the fly from the script, and just modified from there, so it shouldnt (and doesnt seem to) slow it down at all. Current Projects:Remote Administration Suite Updated! 12-20-07Remote User State Migration Tool (Plugin) Updated! 12-20-07Batch Print Wizard Updated! 12-20-07Links:AutoIt Beta | AutoIt Wiki Link to comment Share on other sites More sharing options...
JSThePatriot Posted September 26, 2006 Share Posted September 26, 2006 It's actually not big at all. It will only house settings and the like. As of right now it's 1KB, and I'd guess a max of about 3KB when the app is finished. It's not really big enough for a database yet. It's created on the fly from the script, and just modified from there, so it shouldnt (and doesnt seem to) slow it down at all.Excellent JS AutoIt Links File-String Hash Plugin Updated! 04-02-2008 Plugins have been discontinued. I just found out. ComputerGetInfo UDF's Updated! 11-23-2006 External Links Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more) Link to comment Share on other sites More sharing options...
Guest tenk Posted September 29, 2006 Share Posted September 29, 2006 (edited) er hi...i'm new in here and in auto-it also, but i've tried ur admin tool on my friend's cybercafe and try to retrieve one of the nod there and an error msg pop-up saying "ObjGet Error: winmgmts" and after that it just hang/idle... plz help me on this, if i'm not wrong it something about retrieving info bout the pc's OS or something... Edited September 29, 2006 by tenk Link to comment Share on other sites More sharing options...
RagnaroktA Posted September 29, 2006 Author Share Posted September 29, 2006 er hi...i'm new in here and in auto-it also, but i've tried ur admin tool on my friend's cybercafe and try to retrieve one of the nod there and an error msg pop-up saying "ObjGet Error: winmgmts" and after that it just hang/idle... plz help me on this, if i'm not wrong it something about retrieving info bout the pc's OS or something...Any 'ObjGet Error:' messages when querying computers mean that the WMI service could not connect to the remote computer. Either WMI on the host, or on the target, is damaged and needs to be repaired. RAS will attempt to connect to WMI, and if it fails, it will tell you without hanging the script. Let me know if you have any questions. Current Projects:Remote Administration Suite Updated! 12-20-07Remote User State Migration Tool (Plugin) Updated! 12-20-07Batch Print Wizard Updated! 12-20-07Links:AutoIt Beta | AutoIt Wiki Link to comment Share on other sites More sharing options...
RagnaroktA Posted October 6, 2006 Author Share Posted October 6, 2006 UPDATEA teaser has been added to the first post. Download the executable, and run. Current Projects:Remote Administration Suite Updated! 12-20-07Remote User State Migration Tool (Plugin) Updated! 12-20-07Batch Print Wizard Updated! 12-20-07Links:AutoIt Beta | AutoIt Wiki Link to comment Share on other sites More sharing options...
JSThePatriot Posted October 6, 2006 Share Posted October 6, 2006 (edited) I had a slight problem when running your teaser... does the "About GUI" rely on MFC71D.DLL? I got that as an error. Edit: It worked after I clicked OK on the error box. Other than that it looks great! Thanks, JS Edited October 6, 2006 by JSThePatriot AutoIt Links File-String Hash Plugin Updated! 04-02-2008 Plugins have been discontinued. I just found out. ComputerGetInfo UDF's Updated! 11-23-2006 External Links Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more) Link to comment Share on other sites More sharing options...
RagnaroktA Posted October 7, 2006 Author Share Posted October 7, 2006 (edited) I had a slight problem when running your teaser... does the "About GUI" rely on MFC71D.DLL? I got that as an error.Edit: It worked after I clicked OK on the error box. Other than that it looks great!Thanks,JSI have no idea what MFC71D.DLL is/does. It's nowhere in the script... the only DLLs it uses are the one provided with it, and some that are standard with all windows versions, so I'm not sure why it popped that error. Could you screenshot it for me and post it here?Anyone else? Comments, problems?Edit: I'm getting the same error, trying to find out why now. It happens when you open About, Preferences, etc. It's not a DLL called from the main script, so it has to be one of my includes... hrm.Edit2: Fixed. You shouldnt get any more DLL errors. Let me know if there are any other problems! Edited October 7, 2006 by RagnaroktA Current Projects:Remote Administration Suite Updated! 12-20-07Remote User State Migration Tool (Plugin) Updated! 12-20-07Batch Print Wizard Updated! 12-20-07Links:AutoIt Beta | AutoIt Wiki Link to comment Share on other sites More sharing options...
JSThePatriot Posted October 7, 2006 Share Posted October 7, 2006 I have no idea what MFC71D.DLL is/does. It's nowhere in the script... the only DLLs it uses are the one provided with it, and some that are standard with all windows versions, so I'm not sure why it popped that error. Could you screenshot it for me and post it here?Anyone else? Comments, problems?Edit: I'm getting the same error, trying to find out why now. It happens when you open About, Preferences, etc. It's not a DLL called from the main script, so it has to be one of my includes... hrm.Edit2: Fixed. You shouldnt get any more DLL errors. Let me know if there are any other problems!I am curious as to how you fixed it? I am assuming it had to do with the links in our names on the about window.JS AutoIt Links File-String Hash Plugin Updated! 04-02-2008 Plugins have been discontinued. I just found out. ComputerGetInfo UDF's Updated! 11-23-2006 External Links Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more) 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