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 Chriss Miller 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: swabs
  • Content: Threads
  • Order by date
  1. swabs

    Route-map set next-hop with fault tolerance

    Hello. I am routing 2 sets of traffic (A & B) over 2 WAN connections (C & D). I am using the route-map command with set next-hop. This is working great. But the problem is that this feature causes a problem if the next-hop is down. Under normal routing the packet would take route C but if...
  2. swabs

    mimesweeper for web proxy.pac question

    Hello, I have a problem with our Proxy.pac file. We currently have a local copy of a proxy.pac file in each remote office. Each local file redirects most requests to a server(named PROXYWEB) in our main office. The script is very simple: function FindProxyForURL (url, host) { else if...
  3. swabs

    $_ troubles

    Any help figuring out the logic would be appreciated. I have 2 files names.log and report.rpt names.log contains: tomjr billsv terrytv report.rpt contains: tomjr logged in at 10am puppychow logged in at 11am billsv logged in at 12pm kittycat logged in at 1pm I want to parse the report.rpt...
  4. swabs

    multiple default gateways

    Hello, Is it possible to have 2 default gateways on a switch? We have 2 seperate ISP's and I would ideally like to set a rule where the gateway is always ISP #1 unless it is not available and then it would use ISP #2. something like: ip route 0.0.0.0 0.0.0.0 192.168.255.1 1(weight of 1) ip...
  5. swabs

    Audio notification

    In a conference call is there an option to let a user who has just entered the call know how many other people are already in the brigdge? Something like "You are caller #2 to this call". thanks, Ben
  6. swabs

    call pilot mini question

    Our office currently has a call-pilot mini that has an auto-greeting "hello welcome to xxxxx. press 1 for bill, press 2 for frank etc". Can we change the "hello welcome to xxxx" portion of the message without affecting the "press 1 for etc" portion? thanks, Ben
  7. swabs

    set value to if %computername% ends with

    Hello, I have a script that is working great posted below. I would like to add in the functionality of only running the script if the %computername% value ends with the letter "l". This indicates a laptop in our current naming scheme. Any pointers would be appreciated. Set objShell =...
  8. swabs

    802.1x authenticate with IAS

    Hello, I am attempting to use 802.1x authentication between Windows Xp clients and a Windows 2003 IAS Radius Server using a Cisco Catalyst 2950 switch. I have configured the Cisco Switch for aaa authentication. I can successfully see the client passing traffic to the switch (below) Switch#sho...
  9. swabs

    Exchange mailbox management delete tasks

    Hello, I am trying to configure the Exchange Mailbox Management to delete tasks that are older than 230 days. Does anyone know which attribute the System Attendant looks at to determine the age of the task? is it the date last modified? or date created? or another attribute?
  10. swabs

    taking perl data through web page

    I am attempting to pass data from the output of a javascript form into a perl script through a web page. The web page will output the following into a browser: http://testmachine/test2.pl?input1=2182366414 from a cmd line I can run test.pl input1=2182366414 and the program works succcessfully...
  11. swabs

    onClick button to call perl script.

    My goal is to be able to call a perl script "test.pl" when a user clicks the button. How do I make the appropriate call. Is onClick the correct choice? <html> <head> <script language="javascript"> function forward() { var InputAmt = inform.input1; var NewNum = parseInt(InputAmt.value)...
  12. swabs

    dsa.msc chooses slow dc

    When I run dsa.msc (Active Directory Users & Computers) it always seems to select a domain controller in another office that is much slower than pulling up the local domain controller. Is there anyway to tell ADUC to use a certain DC when it opens. I know you can change it once it is up and...
  13. swabs

    Looking for a way to track Access-list changes on folders

    Does anyone know of a way to track when a change is made to an access-list on a network share or a specific folder? I have looked at auditing, but I can't seem to find the correct settings. thanks, Ben
  14. swabs

    Can mom monitor changes in Directory/share ACL's?

    Hello, Can Mom monitor network machines' directories and share and alert on changes to the Access-lists on those directories/shares? thanks, Ben
  15. swabs

    Help with emailing Timestamp

    Hello, I am trying to set up an automated mailer for testing a product to see if it looses mail. I want the perl script to email me every 30 seconds with the time (ie 10:33:45) in the subject. That way I know if mail has been lost because I will have a timestamp missing. I have a mail script I...
  16. swabs

    using FileExists

    Hello, I am trying to run a reycle bin cleaner if the file "binmanager.dll" exists in %systemroot\system32. The script works well without the If statement and I have verified that the file does exist. But when I run the script it acts as if the file doesn't exist. Is there anything incorrect in...
  17. swabs

    help integrating 2 ideas

    Hello, I am new to VBScript. Ultimately I am trying to create a script that will check the recyclebin (c:\recycler) and then delete all files in subfolders that are more than 30 days old. I can successfully delete files in the c:\recycler folder that are more than 30 days old. I can also list...
  18. swabs

    Capture lines above and below an expression match

    Hello, I am trying to capture relevant data from the output of a cmd. the data I will get in a log is similar to the info below: JOHNRV3000 Computer Group Policy processing cycle: STARTED: 13:51:59 on 9/9/2005 FINISHED: 13:52:4 on 9/9/2005 Total elapsed processing time: 0 hours, 0 minutes...
  19. swabs

    View multiple Public Calendars in Outlook

    Hello, I have several calendars in public folders. I would like to view them side by side in outlook. I can easily do this with my own calendars or with other's shared calendars. But i don't see a way to view public folder caledars in the multi-calendar view. Any ideas? thanks, ben
  20. swabs

    nt cmd script syntax

    hey all, I want to match the computer name in a .bat file that with a variable. This is for mapping a printer based onto which machine a person is logging on to. I know that the state below works: IF %COMPUTERNAME% == LAB115 REM this will match only LAB115 REEM but I want to match LAB*...

Part and Inventory Search

Back
Top