busysignal Posted October 27, 2005 Share Posted October 27, 2005 v1.9.1.3Added IP Range FilteringSee 1st post for sourceThere you go again make this project better and better. What are you doing? Cheers.. Link to comment Share on other sites More sharing options...
Piet Posted October 28, 2005 Share Posted October 28, 2005 ...also make you have the latest updates for SciTE.... :"> Thank You ! - That did it.Piet Link to comment Share on other sites More sharing options...
Valuater Posted October 28, 2005 Share Posted October 28, 2005 (edited) nice additions gary....!!!!!! I thought maybe with the "net View" (browser mode)... it might work on my "local network"... but not... will it work in the future?? and maybe an "out" would be nice..... you have this If @error Then _ResetLockWait() MsgBox(16, "_RetrieveSoftware", "ExecQuery Error: Select * from Win32_Product") Return EndIf maybe on the error it could 1 get message ( as i was trying everything to stop it and had to wait for four message boxes) 2 instead of the above error box... maybe this #Region --- CodeWizard generated code Start --- ;MsgBox features: Title=Yes, Text=Yes, Buttons=Cancel, Try Again, Continue, Icon=Critical If Not IsDeclared("iMsgBoxAnswer") Then Dim $iMsgBoxAnswer $iMsgBoxAnswer = MsgBox(22,"_RetrieveSoftware","ExecQuery Error: Select * from Win32_Product " & @CRLF & @CRLF) Select Case $iMsgBoxAnswer = 2;Cancel Case $iMsgBoxAnswer = 10;Try Again Case $iMsgBoxAnswer = 11;Continue EndSelect #EndRegion --- CodeWizard generated code End --- thanks for showing us....... great programming!!!!!! 8) Edited October 28, 2005 by Valuater Link to comment Share on other sites More sharing options...
BigDaddyO Posted November 3, 2005 Share Posted November 3, 2005 I just found a usefull application that is super easy to script and Should be very usefull for this Admin Toolit's called wol.exe and it allows you to turn on a comptuer using the Wake onLan feature available on most computer for the last 4-5 years.a link to the file home page for the utility is below.http://www.gammadyne.com/cmdline.htm#wolall you do is$macAdd = "Mac Address of target computer" runwait("wol.exe " & $macAdd")Mike Link to comment Share on other sites More sharing options...
GaryFrost Posted November 4, 2005 Author Share Posted November 4, 2005 I just found a usefull application that is super easy to script and Should be very usefull for this Admin Toolit's called wol.exe and it allows you to turn on a comptuer using the Wake onLan feature available on most computer for the last 4-5 years.a link to the file home page for the utility is below.http://www.gammadyne.com/cmdline.htm#wolall you do is$macAdd = "Mac Address of target computer" runwait("wol.exe " & $macAdd")Mike Don't have time to work on this at this time, but when I do I'll take a look at how to add this option in.Thanks,Gary SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference. Link to comment Share on other sites More sharing options...
jftuga Posted November 9, 2005 Share Posted November 9, 2005 (edited) On the left side, when you right click on a PC, it would be nice to have 'Remote Desktop' on the context menu. It would run: mstsc /v:pc-name Also, it would be nice to click on column headings under the process list to sort by name, path or pid. Same for services, too. -John Edited November 9, 2005 by jftuga Admin_Popup, show computer info or launch shellRemote Manager, facilitates connecting to RDP / VNCProc_Watch, reprioritize cpu intensive processesUDF: _ini_to_dict, transforms ini file entries into variablesUDF: monitor_resolutions, returns resolutions of multiple monitorsReport Computer Problem, for your IT help deskProfile Fixer, fixes a 'missing' AD user profile Link to comment Share on other sites More sharing options...
randallc Posted November 11, 2005 Share Posted November 11, 2005 Hi, This is not able to work unless "Domain" setup? Is that correct, as I get nothing if I put network name or computer name in for Domain?... Randall ExcelCOM... AccessCom.. Word2... FileListToArrayNew...SearchMiner... Regexps...SQL...Explorer...Array2D.. _GUIListView...array problem...APITailRW Link to comment Share on other sites More sharing options...
GaryFrost Posted November 11, 2005 Author Share Posted November 11, 2005 Hi,This is not able to work unless "Domain" setup?Is that correct, as I get nothing if I put network name or computer name in for Domain?...Randall This tool is not for the average home user, yes it's made for those on domains. SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference. Link to comment Share on other sites More sharing options...
RagnaroktA Posted November 14, 2005 Share Posted November 14, 2005 This tool is not for the average home user, yes it's made for those on domains.It also works if you put in the name of your workgroup in place of domain.Gary, would it be possible to add in a feature that will allow you to select a specific domain OU to query for a list of computers? Might be useful for narrowing things down if your network is one HUGE domain with over 10000 PCs, and the PCs are split into specific OUs. I think I have the vbs code to query an OU for computers added to it, if that would help... What do you think? 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...
GaryFrost Posted November 14, 2005 Author Share Posted November 14, 2005 It also works if you put in the name of your workgroup in place of domain.Gary, would it be possible to add in a feature that will allow you to select a specific domain OU to query for a list of computers? Might be useful for narrowing things down if your network is one HUGE domain with over 10000 PCs, and the PCs are split into specific OUs. I think I have the vbs code to query an OU for computers added to it, if that would help... What do you think? Post the vbs code, and I'll have a look see, I know what you mean, don't have that many at work, over 3000 but still they are divided into OU's and would be nice to filter that way if wanted.Gary SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference. Link to comment Share on other sites More sharing options...
RagnaroktA Posted November 14, 2005 Share Posted November 14, 2005 Post the vbs code, and I'll have a look see, I know what you mean, don't have that many at work, over 3000 but still they are divided into OU's and would be nice to filter that way if wanted.GaryAlright, I'll post the vbs as soon as I get into work tomorrow morning. By the way, amazing tool, wonderful job.I added in a quick and dirty function to remotely control the selected computer using remote desktop. No real error checking... Control function follows:Dim the variable "$lv_pcs_contextRemote" under _Main() then do the following...Paste under the following line: $lv_pcs_contextPopulate = GUICtrlCreateMenuItem("Populate Information", $lv_pcs_contextmenu)$lv_pcs_contextRemote = GUICtrlCreateMenuItem("Remote Control", $lv_pcs_contextmenu)Paste in the Select for the GUI:Case $msg = $lv_pcs_contextRemote _RemoteControlMachine($lv_pcs, $i_TimeOut, $Status)Paste in the #region --- Helper functions ---:Func _RemoteControlMachine(ByRef $lv_pcs, ByRef $i_TimeOut, ByRef $Status) Local $s_Machine $s_Machine = _GUICtrlListViewGetItemText ($lv_pcs, -1, 0) If ($s_Machine <> $LV_ERR) Then If _SetStatus($lv_pcs, Int(_GUICtrlListViewGetSelectedIndices ($lv_pcs)), $Status, $i_TimeOut) Then Run('mstsc.exe /v:' & $s_Machine, @SystemDir) EndIf EndIf EndFunc; ==> _RemoteControlMachine 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 November 14, 2005 Share Posted November 14, 2005 Okay, so I lied... I dont have the scripts anymore, but I'll try to find them. If you have the Windows 2000 Resource Kit, you have the scripts. Their names are below: ClassifyMembers.vbs: Can list objects in a container/OU or a domain. ListProperties.vbs: Can show object properties and information. It can be used with the WinNT:// namespace against Windows NT, Member or Workstation machines, or with the LDAP:// namespace for Active Directory Domain Controllers. Pay attention that this script is case-sensitive in its syntax. I'll do my best to locate these scripts, but that's the best I can do... sorry 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...
Rahul Rohela Posted December 20, 2005 Share Posted December 20, 2005 Anything new in it?? Link to comment Share on other sites More sharing options...
RagnaroktA Posted December 20, 2005 Share Posted December 20, 2005 I have personally made several changes (some still in implimentation) that I believe make this a more useful tool. I've PMed Gary to see if it's alright that I post the updates. 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...
Rahul Rohela Posted December 21, 2005 Share Posted December 21, 2005 I have personally made several changes (some still in implimentation) that I believe make this a more useful tool. I've PMed Gary to see if it's alright that I post the updates.Show us what you have.... Link to comment Share on other sites More sharing options...
RagnaroktA Posted December 21, 2005 Share Posted December 21, 2005 (edited) Okay, here's the updated version. I've also got a packaged version using Nullsoft that includes a readme, but its nowhere near complete, and you guys wont need it anyway. Attached is the zip needed. You will have to change the FileInstalls to point to whatever directory you have the tool in when you compile, but that should be it. Scott Edit: Just so you all know... DameWare (Remote Control), Wake-On-LAN, and all Data Export features (except Computer List) are not yet implimented. I just put them there to complete the functionality of the GUI. Edited December 21, 2005 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...
Rahul Rohela Posted December 22, 2005 Share Posted December 22, 2005 Good.... Hope every thing will work... Link to comment Share on other sites More sharing options...
RagnaroktA Posted December 22, 2005 Share Posted December 22, 2005 Everything should except for the things I listed. I just added more information to the process tab. Now it will display the process owner and the memory usage as well. Does anyone have any more suggestions? 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...
Amaruq Posted January 13, 2006 Share Posted January 13, 2006 Hello RagnaroktA, I was looking for a pstools GUI but stumbled on this great piece of work. But ... (always that but) I can't seem to work with the filters. There are over 15000 PC's on our AD-domain and every time I refresh it seems to start digging up every single PC. When I enter a single IP or computername in the search field I get Unable to locate computer. Any idea what might be going wrong ? Is it possible to add the option to specify a login and password for pstools ? When I use these I need to log on as local administrator ... Thanks for reading this Link to comment Share on other sites More sharing options...
GaryFrost Posted January 13, 2006 Author Share Posted January 13, 2006 Hello RagnaroktA,I was looking for a pstools GUI but stumbled on this great piece of work.But ... (always that but) I can't seem to work with the filters.There are over 15000 PC's on our AD-domain and every time I refresh it seems to start digging up every single PC.When I enter a single IP or computername in the search field I get Unable to locate computer.Any idea what might be going wrong ?Is it possible to add the option to specify a login and password for pstools ?When I use these I need to log on as local administrator ...Thanks for reading this Just right click on the exe and select runas, run the exe as admin SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference. 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