Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: mragain
  • Content: Threads
  • Order by date
  1. mragain

    script to uninstall Symantec Endpoint 11.x and install Sophos

    dim fso,fs1,subss Set ws = WScript.CreateObject ("WScript.Shell") set fso = CreateObject("Scripting.FileSystemObject") if fso.FolderExists("C:\Documents and Settings\All Users\Application Data\Symantec\Cached Installs") Then set fs1 = fso.GetFolder("C:\Documents and Settings\All...
  2. mragain

    Javascript silent ftp upload

    I have a javascript file running on a workstation that generates a file "d:\filegen.txt". I would like to add a statement at the end of the script that would automatically upload that file to a ftp server without any user intervention. The script is running via WSH. Does anyone know what...
  3. mragain

    vbscript and sql table view

    I have a DSN defined on a machine called 'test'. I want to use this to access the database it points to and run a defined view there called zz_wanted_data. What methods does vbscript offer to make the connection run this view and process the data. The returned data can contain 25000 records...
  4. mragain

    Odd dhcpd messages in log

    While looking through my messages log I came across the following entries and was wondering if I need to be concerned. I am not using either of the subnets listed and was wondering why they were showing up. Thanks for you help and time. Jun 6 04:41:29 home dhcpd: DHCPINFORM from...
  5. mragain

    need script for ip address resolution

    I have a file with a list of sites like: .playboy.com .myspace.com .etc.com I want to read each line in the file resolve its ip address and write the ip address that is returned into a another file. Any help will be greatly appreciate.
  6. mragain

    sysprep and nic auto negotiation

    I have some Gateway computers with built in intel gigabit nics. Recently the nics have pretty much ceased to properly negotiate link speed/duplex settings. If I manually set the nics then everything works great, but I need to be able to reclone the computers without losing what I've set the...
  7. mragain

    redhat 9 and yum

    I'm trying to use yum to update a Redhat 9 box and keep getting the same errors when it runs. The version number of yum is 2.0.3 and the output is: File "/usr/bin/yum", line 60, in ? yummain.main(sys.argv[1:]) File "yummain.py", line 183, in main File "clientStuff.py", line 734, in...
  8. mragain

    iptables web interface

    I'm trying to add some functionality to my Linux router so an end user could easily turn on/off tcp ports. I'm hoping there is a simple way of creating a web page with a few different buttons that once pushed would say disable routing of port 80, and then another button to turn it back on. Any...
  9. mragain

    easy asset management/inventory question

    I'm looking for a cheap/free program that can be run from a netware login script for machine inventory. Ideally I would like the program to output the information to a dos text file. Information needed is pc name, os, netware user, memory, and cpu speed. Any help or ideas would be greatly...
  10. mragain

    squid log file question

    I'm trying to use awk to print out the contents of the squid log relative to a specific IP address. The challenge is reformating the linux time stamp back out to a readable format of day:hour:minute:seconds I've searched with google and in these news groups, but haven't been able to find and...
  11. mragain

    Windows XP recloning issues

    I reclone dozens of windows machines each week and have had some annoying win xp pro errors over the last few years. The network is a windows wrkstn to novell srvr setup. After logging into the Netware server a windows user prompt comes up and the user just has to click OK or hit Enter to...
  12. mragain

    netware 6 license issue

    Recently several of our netware 6 servers have been listing the following error several times each hour: nlslsp.nlm: Warning: Unable to write license usage information to nds. Historical usage information my be incomplete. Check "[Root]" partition sychronization status. Service will contine...
  13. mragain

    IE 6 & XP SP2 lockup issues

    I'm hoping someone may have come across the answer to this problem. I have several machines, less that 1 year old, that after updating to SP2 the limited users on the machine keep locking up while in IE. I can repeat the issue simply by going to Google, which comes up fine, searching on any...
  14. mragain

    Need help automating name and workgroup change

    I'm trying to find a way to query the user for a new computer and workgroup name and then to set those values appropriately. I have a script that sets the value in the registry, but after rebooting the name hasn't actually changed.

Part and Inventory Search

Back
Top