Jump to content

eXtermia

Member
  • Posts

    9
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About eXtermia

eXtermia's Achievements

0

Reputation

  1. Half open connections being limited does however limit the speed in which I do vulnerability scanning (Harris Stat Guardian and Retina) . So I do patch my TCPIP at least I did in XP Server seemed to have been higher limit but I haven't checked as of SP2.
  2. I had user based policies like for the deskop disabling themes. When the user logged into Vista it disabled themes as well. I didnt change any policies.
  3. ********************************************************************************** whoislog.vbs ********************************************************************************** On Error Resume Next Const wbemFlagReturnImmediately = &h10 Const wbemFlagForwardOnly = &h20 OutputFile="c:\scripts\whoisloggedon.txt" Set oFSO = CreateObject("Scripting.FileSystemObject") Set oFile = oFSO.CreateTextFile(OutputFile, True) InputFile="c:\scripts\OU.txt" Set ifile = iFSO.OpenTextFile(inputfile) Do until ifile.AtEndOfLine strComputerContainer = ifile.ReadLine Set objContainer = GetObject("LDAP://" & strComputerContainer) objContainer.Filter = Array("Computer") 'Set StdOut = WScript.StdOut Set objShell = CreateObject("WScript.Shell") Dim strAdminResults Dim strGuestResults on error resume next For Each objComputer In objContainer strComputer = Split(objComputer.Name, "=")(1) oFile.WriteLine now() oFile.WriteLine(" ") oFile.WriteLine("Computer: " & strComputer) oFile.WriteLine("---------------------------------------------------") Set objScriptExec = objShell.Exec("psloggedon" & " \\" & strComputer) strLoggedOnResults = LCase(objScriptExec.StdOut.ReadAll) oFile.WriteLine(strLoggedOnResults ) Next loop MsgBox "Processing Done " Function WMIDateStringToDate(dtmDate) WScript.Echo dtm: WMIDateStringToDate = CDate(Mid(dtmDate, 5, 2) & "/" & _ Mid(dtmDate, 7, 2) & "/" & Left(dtmDate, 4) _ & " " & Mid (dtmDate, 9, 2) & ":" & Mid(dtmDate, 11, 2) & ":" & Mid(dtmDate,13, 2)) End Function ********************************************************************************** OU.TXT Modify the the text below to reflect your AD structure the DC site is your FQDN split out and the ou side is your tree backwards order _MYSITE being the root ********************************************************************************** ou=Equipment-Laptop,ou=BLDG1,ou=HQ,ou=US,ou=_MYSITE,dc=eur,dc=ds,dc=exterm,dc=org ou=Equipment-PC,ou=BLDG2,ou=FINANCE,ou=ITALY,ou=_MYSITE,dc=eur,dc=ds,dc=exterm,dc=org ou=Equipment-Servers,ou=BLDG1,ou=PROD,ou=GERMANY,ou=_MYSITE,dc=eur,dc=ds,dc=exterm,dc=org
  4. IF you are an admin you can just use PSLOGGEDON from SYSINTERNALS (now owned by microsoft) the below post is a VBSCRIPT that should call PSLOGGEDON.EXE (in your script directory) you can call it whoislog.vbs the second part is the OU.TXT for inputing the OUs you want to check against. (save the text portions without the **** area in two seperate files inside C:\scripts with a copy of pssloggedon.exe) at a command prompt C:\scripts > type then "CSCRIPT whoislog.vbs" sans quotes
  5. Cosmos has one that will track much of the stats for people you have PVP'd. About tracking them on the map unless you are a hunter that might be considered a cheat. www.cosmosui.org CTRaidAssist and a few others work with it too... eXterm eXonerator Silvermoon Alliance and eXhordeguy on horde
  6. Bâshrat the Sneaky have you considered adding USB VGA drivers for devices like Tritton TRIUV100 USB VGA adapters (and others?) http://www.trittontechnologies.com/products/TRIUV100.htm <-- Product http://support.trittontechnologies.com/see2.html#Downloads <--drivers not important if no but great work on the current packs guess then should have been under pack B dont know i got it under the A post
  7. Mine installs fine from the DVD (didn't test in silent mode although). Option #1 What I did is copy the Second cd to a folder first then copied the first CD into the folder. I had probelms if copying the first cd in then the second. Overwrite all existing files. Option #2 there is only like 1 or 2 fiels you really need on cd to under the data directories I believe jsut copy those into a folder containg your cd 1. Don't worry about the rest of the cd structure like pocket streets (make sure you get any maps in there if they exist and copy them too). I also have on my dvd Mappoint 2004 in a sperate folder (2cds combined) and works fine this way. Now I jsut need to see if i can figure out how to combine S&T 2005 and Mappoint as they seem to use the same data sources. eXterm
  8. Just curio has anyone tried using these types of packs lan wan storage in things like Bart PE the new version of Bart Pe jsut has you copy the org drivers into a subfolder Bart PE Changes edit I probably put this in the wrong topic . I ll search and remove it in a bit
  9. http://www.microsoft.com/hardware/broadban..._DLoadMain.mspx has the direct link to Microsofts WiFi lan drivers. I know you probably already have them by now ...... as for the syntax drivers - Syntax Wireless Lan Software and Manual VA5500/VA5510 Syntax Wireless Lan Software and Manual VT5000/VT51000 SyntaxUSA Edit: both Syntax drivers go to the same link but I will leave as is for product searching
×
×
  • Create New...