#108361 - 2003-12-05 02:22 PM
Re: Updated Inquisitor Kixform App
|
Radimus
Moderator
   
Registered: 2000-01-06
Posts: 5187
Loc: Tampa, FL
|
grab the latest Inquisitor2 that I just posted.. I put a version checker in it.
It can't hurt to unreg it, but I usually just overwrite it...
|
Top
|
|
|
|
#108364 - 2003-12-05 02:44 PM
Re: Updated Inquisitor Kixform App
|
Radimus
Moderator
   
Registered: 2000-01-06
Posts: 5187
Loc: Tampa, FL
|
it will connect to an IP now... just use it for computer name it biggest weakness if connecting to username.
This is meant to work against a single PC, I have a few tools that will operated against a subnet or OU
|
Top
|
|
|
|
#108365 - 2003-12-05 05:06 PM
Re: Updated Inquisitor Kixform App
|
NTDOC
Administrator
   
Registered: 2000-07-28
Posts: 11625
Loc: CA
|
It is highly recommended to get in the habit of properly unregistering and re-registering DLL files.
Yes you would probably not experience any issue with KiXforms DLL by just overwriting it, but the preferred method is to run
Unregister regsvr32 /u kixforms.dll
Register regsvr32 kixforms.dll
That can be run from the RUN command on the start menu so only takes less then a second.
The updated version of Inquisitor2.kix is located here
http://www.wheelerfam.com/Documents/Inquisitor2.kix
The updated version of KiXforms is located here http://www.kixforms.com/assets/index.htm
|
Top
|
|
|
|
#108366 - 2003-12-05 05:49 PM
Re: Updated Inquisitor Kixform App
|
Radimus
Moderator
   
Registered: 2000-01-06
Posts: 5187
Loc: Tampa, FL
|
I have WOL working now, but it requires SMS to get the MAC from.
I could set it up to read from an ini file or access DB, if necessary
it also needs WOL.exe, which I have copied to:
http://www.wheelerfam.com/Documents/wol.exe
Edited by Radimus (2003-12-05 05:52 PM)
|
Top
|
|
|
|
#108367 - 2003-12-05 10:34 PM
Re: Updated Inquisitor Kixform App
|
Radimus
Moderator
   
Registered: 2000-01-06
Posts: 5187
Loc: Tampa, FL
|
WOL and Shutdown is working now.. as well as the link button to the manufacturer's website (for dell and compaq)
Started on Service control
Code updated at previous link
|
Top
|
|
|
|
#108368 - 2003-12-08 07:54 PM
Re: Updated Inquisitor Kixform App
|
Radimus
Moderator
   
Registered: 2000-01-06
Posts: 5187
Loc: Tampa, FL
|
updated code
http://www.wheelerfam.com/Documents/Inquisitor2.kix
updated Picture
The services panel doesn't work yet
Any ideas for the TBD section?
Edited by Radimus (2003-12-08 07:55 PM)
|
Top
|
|
|
|
#108369 - 2003-12-09 08:28 AM
Re: Updated Inquisitor Kixform App
|
Kdyer
KiX Supporter
   
Registered: 2001-01-03
Posts: 6241
Loc: Tigard, OR
|
How about Task Scheduling? Maybe a WOL?
Kent
|
Top
|
|
|
|
#108370 - 2003-12-09 05:00 PM
Re: Updated Inquisitor Kixform App
|
Radimus
Moderator
   
Registered: 2000-01-06
Posts: 5187
Loc: Tampa, FL
|
WOL is there... I have it tied to SMS, but a talented individual could mod it for their environment
a task manager would take up more space on the form than available, but it could be run from a button on a .. child form.
I have made the service control functional.... I'll upload it eventually
|
Top
|
|
|
|
#108372 - 2003-12-10 01:12 PM
Re: Updated Inquisitor Kixform App
|
Radimus
Moderator
   
Registered: 2000-01-06
Posts: 5187
Loc: Tampa, FL
|
you can query the dhcp servers, but there are 2 problems with that
1. I can't find a method to automatically determine the names of all the dhcp servers in a network
2. If the target PC's lease has expired, the server dumps the record (and it's MAC)
If you look at remote execution manager, I have 3 methods employed... ini file, DHCP, and SMS. But SMS worked easiest.
I'm thinking about dumping the hotfix installer, and just make it a generic remote execute...
|
Top
|
|
|
|
#108375 - 2003-12-11 02:06 PM
Re: Updated Inquisitor Kixform App
|
Radimus
Moderator
   
Registered: 2000-01-06
Posts: 5187
Loc: Tampa, FL
|
are you running AD?
You probably are... I dunno, but I may remove those pieces as the Last Logon and last logoff fields never seem to get populated...
Edited by Radimus (2003-12-11 02:10 PM)
|
Top
|
|
|
|
#108378 - 2003-12-11 06:14 PM
Re: Updated Inquisitor Kixform App
|
Radimus
Moderator
   
Registered: 2000-01-06
Posts: 5187
Loc: Tampa, FL
|
open it with kix32 and not wkix32
|
Top
|
|
|
|
#108379 - 2003-12-11 08:04 PM
Re: Updated Inquisitor Kixform App
|
ShaneEP
MM club member
   
Registered: 2002-11-29
Posts: 2127
Loc: Tulsa, OK
|
On my XP Pro machine with McAfee 7.0 it does no return the DAT file or date...Just the engine level. So I changed the strings below which seems to work...It also converts the new 7.0 date format to the 4.5 style date to keep it more consistent...
Code:
$DATFile.Text = readvalue('\\'+$TextBox4.Text+'\HKLM\SOFTWARE\Network Associates\TVD\Shared Components\VirusScan Engine\4.0.xx','szDatVersion') $DATDate.Text = readvalue('\\'+$TextBox4.Text+'\HKLM\SOFTWARE\Network Associates\TVD\Shared Components\VirusScan Engine\4.0.xx','szDatDate')
To this...
Code:
$DATFile.Text = readvalue('\\'+$TextBox4.Text+'\HKLM\SOFTWARE\Network Associates\TVD\Shared Components\VirusScan Engine\4.0.xx','szDatVersion') If Len ($DATFile.Text) < 1 $DATFile.Text = readvalue('\\'+$TextBox4.Text+'\HKLM\SOFTWARE\Network Associates\TVD\Shared Components\VirusScan Engine\4.0.xx','szVirDefVer') Endif $DATDate.Text = readvalue('\\'+$TextBox4.Text+'\HKLM\SOFTWARE\Network Associates\TVD\Shared Components\VirusScan Engine\4.0.xx','szDatDate') If Len ($DATDate.Text) < 1 $70DATDate = readvalue('\\'+$TextBox4.Text+'\HKLM\SOFTWARE\Network Associates\TVD\Shared Components\VirusScan Engine\4.0.xx','szVirDefDate') If Len ($70DATDate) > 1 $date = Split ($70DATDate, " ") $months = "January","Febuary","March","April","May","June","July","August","September","October","November","December" For Each $month in $months $monthno = $monthno+1 If $date[1] = $month $newmonth = $monthno Endif Next $DATDate.Text = "$newmonth"+"/"+$date[0]+"/"+$date[2] Endif Endif
|
Top
|
|
|
|
#108380 - 2003-12-11 10:03 PM
Re: Updated Inquisitor Kixform App
|
Radimus
Moderator
   
Registered: 2000-01-06
Posts: 5187
Loc: Tampa, FL
|
another updated version...
Shane, I'll add the mcafee 7 version code in the next update or so.
The end is in sight.
|
Top
|
|
|
|
Moderator: Arend_, Allen, Jochen, Radimus, Glenn Barnas, ShaneEP, Ruud van Velsen, Mart
|
0 registered
and 202 anonymous users online.
|
|
|