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...
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...
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...
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...
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
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
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 =...
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...
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?
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...
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)...
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...
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
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...
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...
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...
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...
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
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*...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.