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

    Local Drives in terminal server session

    I am trying to get my local C drive mapped in a terminal server session. I am able to do this, but clicking the appropriate drive in the Local Resources of the RDP properties and get the drive to show up. I then created a login script that ran: \\tsclient\c z: This basically assigned that...
  2. ckugo

    Virtual Server 2005 R2 / Network issues

    OK, I am kind of new to the VM world, so forgive me if this is a simple issue. The host OS is Vista SP1 and the guest OS is Windows Server 2008. I have selected my network adapter for the VM in the config page, I have a network adapter show up in my guest OS, and I can ping the host machine...
  3. ckugo

    TSG & Smart Cards

    I have setup a Windows 2008 server with TS Gateway and a Windows 2003 Terminal Server. Everything works great when we use username / password for authentication. I recently purchased a couple smart cards for testing with hopes of deploying them to my remote users. The smart cards work great...
  4. ckugo

    VBscript variable in text box

    I am trying to pull some information from a vbscript varible into a text box on a web page to later then be submitted to a database via an asp script. The asp script and database are funtioning fine, but I cannot seem to pull the vbscript variable into the text box on the form. Below is my...
  5. ckugo

    Searching AD through IE

    I deal with a Windows 2000 Citrix environment. Recently I gave users access to a select few sites that were required for them to work. Upon doing a little testing I was able to search my entire Acitve Directory through the Search function in Internet Explorer. I have looked through all my...
  6. ckugo

    Recursion with a twist

    Hello all! I am trying to develop some code that will do a kind of backwards recursive search. I have a directory (D:\), that contains a folder (archive) that has over 2000 subfolders, and some of those folders have subfolders. I need a script to search through each folder and if there are...
  7. ckugo

    Script for Windows Authentication

    Hello All. I am looking for a way to automate a user login with a vbscript. I have successfully created one for logging out, but no luck with logging in. Has anyone came across this before?? Regards, Chris
  8. ckugo

    IE Pop-Up option

    I really need a script that will either enable / disable the Internet Explorer pop-up blocker that came with SP2. Anyone have any ideas?? Thanks, Chris
  9. ckugo

    Batch file to close application

    Hey guys, I am trying to close a running application with a batch file and I am not having any luck. I can get the program open and make the changes I need, but then I need to program to restart. Does anyone have any idea??? Thanks so much, Chris
  10. ckugo

    PPTP VPN for FC3

    Hello all, I am having an issue getting my pptp vpn setup. I am running FC3 with kernel 2.6.11-1.27. On the other end I have a FortiGate firewall that I am trying to connect to. I have downloaded all the required components from: http://pptpclient.sourceforge.net/ and installed them in the...
  11. ckugo

    Allow certain web sites

    Is there a way to only allow a certain website to be accessible by users?? I am currently trying to find a way to push this through group policy, but I am not having much luck. When I say website, I guess I really mean a domain. Like, if a user goes to www.yahoo.com, they would also be able...
  12. ckugo

    Excel Compare Function

    I need some assistance with searching through an Excel spreadsheet to compare data. I have one column that I need to search through and compare values. When a duplicate value exists I need to delete the entire row. I am somewhat familiar with VBA, but I need some assistance with this. All...
  13. ckugo

    Default printer by Subnet

    Is it possible to make a user get a default printer determined by their subnet? Here is the default printer script that I am using now: Dim objPrinter Set objPrinter = CreateObject("WScript.Network") objPrinter.SetDefaultPrinter "PrinterName" I have users that move frequently and I would like...
  14. ckugo

    Creating Folder per Record

    I have a database with tons of data in it. I need to create a folder for certain records named their id and name (exp. Name 33312346). Each record that needs a folder created will begin with the same prefix for their id. I know how to create a folder with vb scipt, but I am not having any...
  15. ckugo

    Carriage Return

    Can someone please tell me what the carriage return symbol is in SQL?? Here is my statement: UPDATE Illness SET Illness.[Notes] = "SPU=[K89034] SPL=[SMITH] SPF=[JOHN]" WHERE (((Illness.Notes)<>"")); I a carriage return to be between SPU, SPL, and SPF. Any help at all is greatly appreciated...
  16. ckugo

    Permissions on mail

    We are having some issues with users deleting email. Is it possible to remove that permission (if it is one?) from particular users or even to a group of users?? I have looked everyone I know to look and have not come up with anything. Really, all we want to do is just not allow certain users...
  17. ckugo

    Capitalize When File Opens

    Hello everyone. I am recieving a file from an outside source that is unable to format the file the way I need it. I really need a couple columns to be all upper case. I have found ways to do this when the text in the cell changes and so on, but I cannot seem to find a way to make these...
  18. ckugo

    MSDE Install

    I am running a Windows 2000 server with SP4. This is a backup domain controller and is the Data Center for our Citrix farm. I am trying to install MSDE on the box for a certain app and am getting absolutely no where. I tried the install that came with the app, I tried the most recent...
  19. ckugo

    Report Background

    I am needing the background of a certain report to hide before the report gets printed. I have been able to get the background to hide after I print the report but not prior to. Does anyone have any idea on how to go about doing this? Thanks a lot, Chris
  20. ckugo

    Local Security Policy

    I am getting this message when I try to access my local security policy: Windows cannot open the local policy database. An unknown error occured when attempting to open the database. I went into %systemroot%\security and renamed the res1.log and res2.log, but the edb.log would not allow me to...

Part and Inventory Search

Back
Top