Jump to content

hellAT

Members
  • Posts

    13
  • Joined

  • Last visited

Everything posted by hellAT

  1. A short question to ConsoleWrite. My way is to compile the script and then send the exe to the User by mail. Is there a way, to direct the Output to textfile or Popup?
  2. in script its there, yes. But where do you see the need in this small example?
  3. Hello, i have a strange problem. Several PC are running a script where i use "ipconfig /all" to get some in. My original script looks like this: $stream = Run(@ComSpec & " /c ipconfig /all", '', @SW_HIDE, 2) While 1 $line = StdoutRead($stream) $cmdreturn &= $line If @error Then ExitLoop WEnd On two PCs i do not get any result, means $cmdreturn="" So does someone have an idea why the return value is empty?!? For me, it seems that all PCs are installed in the same way (WinXp Prof, same patchlevel etc). If i open an DOS Box and run "cmd /c ipconfig /all" it looks fine. thanks in advance / karsten
  4. hm, is tftp (what should be checked) running on the pc where the script is running? that it might be enought to use a netstat... "netstat -an -p udp | findstr :69" and look in the result... /Karsten
  5. okay, i thought there's something built-in autoit. But anyway, this helps, thanks!
  6. Hello, has anyone an idea the get the (current) name of the network interface? That's what you can see by "ipconfig"... /Karsten
  7. okay, thank you for the information and script. No i'am sure that settings have to be done in this way... (simulate clicks etc) My original approach was to import certificates and then use it for (wired) 802.1x authentication. And like you do, deploy a simple tool to all users. This tool should pick up certificates and set interface settings.
  8. Finding the Adapter is one thing... but what's about the settings? I tried with modifying the registry, but had no success (maybe this is interesting http://www.derkeiler.com/Newsgroups/micros...5-06/0126.html) Did you find a way to set the 802.1x stuff in the right way?
  9. hm, can't this script "securitywhacker"... /hell
  10. Hello, i have a Webpage with some User settings. I would like to read out the settings and put them in csv file. My problem is, the webpage contains several drop down menus. How can i grab the current settings? Any idea? I talk about the Cisco ACS Server, and this Software offers no real good export tools. bye / Karsten
×
×
  • Create New...