As the final and so far best answer, I used the 127.0.0.1 address as the proxy server for the OU that I wanted off the internet. If they need selective access, then you can include specific domains that they are permitted to go to by using the domain and the * wildcard. This limits them to...
I did just try the proxy server above and it appears to be working good. I let the client know about the changes and asked them to keep an eye on it to see if it takes care of the internet issues.
Are there any proxy servers that are freeware that are any good? It sounds like the proxy server is the way to go, but my client really isn't willing to pay anymore money, and the router is not in my control. Any ideas??
I tried to disable the search and such, but with no such luck. I still get the search button on the toolbar, and they can still get to the internet that way.
I have slowly made progress with the group policy efforts. I have removed the address bar and I also restricted access to iexplore.exe so the user can not open internet explorer. Be sure to remove the address bar from everywhere, including my computer and network places. The catch is this...
I am not really sure what you mean by this. Could you explain better? I should probably have told everyone that these are thin clients. So this is a terminal server running RDP out to all the thin clients. I just want to completely stop Internet access for all users except for 1 which will...
I do not use a proxyserver.
The deal is that I need most users off of the internet, not all of them. Like I said, I used Group Policy for the domain to stop all access to iexplore.exe, but they can still browse with the address bar in my computer. Is it possible to turn off this bar? Or is...
I am trying to stop internet access for a client. I have used group policy and not allowed iexplore.exe to run at all. This works great, but then the users open up my computer or network places and type their web address in the address bar right there. Then they go to the web page. How can I...
Hello all,
I would like to find out how to write to a tape drive in a windows machine with vb.net. I want to be able to write a file to the tape regardless of what tape is in the drive. It would also be nice to be able to do some administrative stuff like format the tape. I would like to add...
That is correct, Access naming convention will not allow periods in the name. I am seeing this name after I click on link tables and select the DSN that is connected to the AS400. The listing that is shown has this naming convention. Yes it is QS36F.C.ACTFIL.
Now, is there any way to link...
Hello all,
I have an AS400 that I would like to link into an Access database. I am not an AS400 guy, but I am an Access guy. I set up a DSN to the AS400, but the problem is when I go to link in the tables I get an error with the table name. It looks like the table name is QS36F.C.ACTFIL...
Hello,
Not really sure if this is the right forum, but here goes. I have a domain www.whatever.com. This works great. What I want is if I type in whatever.com that this will point to www.whatever.com. Instead it currently goes straight to the server hosting the DNS server. I am running my...
Here is what I am trying to do:
I want to run a SELECT statement like below that will return only 1 record and that is the CYATTY field:
SELECT CASATY.CYATTY
FROM ATTYMF INNER JOIN CASATY ON ATTYMF.ATCODE = CASATY.CYATTY
WHERE (CASATY.CMID=@CMID) AND (CASATY.CYPLDF='P') AND...
Can anyone tell me how to use the LIKE command in a stored procedure? Below is my current stored procedure. I keep getting a syntax error. I need to use the like and %. Thanks in advance.
CREATE PROCEDURE myGetAllAttorneysSearch (@strCounty char(2), @strSearch char(20))
AS
SELECT...
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.