bcastner don't think the last line was inteded for you...I was messing with my postscript setting and didn't put my name before it.
gwigton
The lack of planning and foresight on your part does not constitute an emergency on my part!!
I think we are looking at the same thing from two different angles. You are exactally correct in the outbound traffic. Microsoft has never cared what comes out of a machine because that would inhibit their ability to have many of there apps "call home".
I guess I am looking at it from the point...
bcastner thanks for the quick reply. In some aspects you are correct that it will not stop a worm that is obtained through very common ports such as 80 (web page). If traffic were blocked, on the clients recieving a web page would be impossible.
In other aspects I have to disagree with you...
Ok Folks sorry to make this so long, but I am trying to solve a dispute on our MIS team. Our network topology is that we have 2 main VLANs that exist in our network this network has 3 main remote locations, and we have a total of 2000 machines on the network.
On 1 of those VLANs most of the...
Ok, on our network we manage aproximately 800 machines over 3 differnt remote sites on our domain. One of our main issues is installing, uninstalling, and changing default printers. Since we are a college we never know who may decide to use these machines thus the network printers are not...
I am creating a application that will list all the printers on a print server. I not only need the shared name of the printer but the comments about the printer and the IP address. This application also needs to be able to run from any client in the domain. Does anyone know how to query the...
This may be a dumb question but if I install MSDE on a server that is currently running a Access database (.mdb) driven web site, will that mess up the web sites connections?? Thanks in advance!!
Ok, I did miss that and I do apologize, but after reading the changelog file, I don't see that it says anything different about downloading the Down.exe to the client:
*************************************************
LSTools V1.5a, 2002-04-09:
* Down.exe V2.2
- Now no longer depends on the...
Ok, I have done a couple of things since I posted this.
1. I e-mailed the makers of the Down.exe and after a week I have heard nothing. (I did this before the post)
2. I opened port 445, like bcastner suggested.
3. Bcastner also mentioned he thought this was a logon authority issue, but after...
Hello All,
I am currently using the down.exe tool from LS-Tools to shut my student computers down from the server with the use of bat files for each lab. After doing some testing with XP's SP-2, I have found out that the new firewall updates won't allow my server to shut down the clients. Does...
Ok, I have an instructor that has installed FreeHand MX and can't print. Normally we don't support software that we haven't installed, but since I am a nice guy I told her I would give it a try. She gets an error saying that the printer can't be initialized when she tries to print from the File...
Well Zemp, I think we are both right. I am using access code in the VB program so I can see your point, but I get the same results when I try the Now() function in a msgbox example I posted above, so from that prospective it could be looked at as a vb question. I guess the whole issue boils down...
To simplify what I am trying to do, this is no different than if I were storing "Now()" in a recordset field and wanted to bring it into my vb code for a message box. Example - rsField=fieldValue ' Now()
msgbox rsField
The variable rsField would contain "Now()" and the msgbox would...
I don't know why I would put this in a access forum when it is written in VB and access is just the database. The access portion isn't giving the problems it is the code in the recordset being passed through a variable that is giving the problem.
Ok folks, I am creating a dynamic report generator so that I don't have to recompile the .exe everytime I create a new report. I have created a form that has aproximately 15 fields (combo boxes) that are all disabled until after the user selects a report title from the first combo box (this one...
Ok everyone after playing with it a little more I found the problem before reading Tarwn's post. and he is exactally right. The double quotes in front of the line that read:
<a href="columbus.asp?strTitle='<%=Response.Write(rs.Fields.Item("title").Value)%>'">...
Well after you mentioned it, I was sure that would work, but I end up getting the following error:
Error Type:
Microsoft VBScript runtime (0x800A01C2)
Wrong number of arguments or invalid property assignment: 'Value'
and my code looks like:
<a...
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.