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 SkipVought 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
  • Order by date
  1. ckugo

    What stops login script from running?

    Does it work for that same user on a different workstation? Look at your Event Logs for indicators of why it is failing.
  2. ckugo

    Local Drives in terminal server session

    OK. For anyone that is interested, this is how I have figured to do this. Below is my login script: set wshshell = wscript.createobject("wscript.shell") set wshnetwork = wscript.createobject("wscript.network") clientname = wshshell.regread("HKCU\Volatile Environment\CLIENTNAME")...
  3. 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...
  4. ckugo

    Virtual Server 2005 R2 / Network issues

    Nevermind, I fixed my own problem. We have a Cisco 2950 managed switch and the port settings for my laptop was set to Desktop, which only allows 1 IP/MAC. I changed that port setting to none, I then had to re-create my virtual network in the Virutal Server 2005 Admin page and bind it to my...
  5. 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...
  6. ckugo

    TSG & Smart Cards

    I am using the Omnikey 3121 with the Multos 32KB cards with PKI middleware. I cannot say that I would suggest this product yet as I am not sure if my issues are TSG and W2K8 related or card middleware related. Other than my TSG problems, it has been a good experience so far. The cards were...
  7. 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...
  8. ckugo

    VBscript variable in text box

    Thanks for the replies. Ya, after going through that, it is really bad naming. Thanks for the advice! In the code below I am pulling the HKCU sid and storing it in the variable sid, I am then reading the HKLM hive and using the sid value from the HKCU to get the CN value. oReg.EnumKey...
  9. ckugo

    Check multiple groups and map the drive?

    They need to match how they appear in Active Directory. HTH, Chris
  10. 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...
  11. ckugo

    Some domain users don't have permission to change password??

    There is a setting in Active Directory under the properties for a specific user on the "Account" tab that specifies whether or not a user can change their password. See if that is your issue.
  12. 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...
  13. ckugo

    Recursion with a twist

    PCLewis, Wow, what an amazing script. Very well done. The code that you wrote was going to give me the names of the folders that had jpg's in them. I needed to know the ones that did not have any jpg's. Also, if a folder contained no files at all, that code would not check it. Please do...
  14. 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...
  15. 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
  16. ckugo

    IE Pop-Up option

    I know this is very bad design, but this is a quick script that I developed after I posted my last post. I just thought I would share it with everyone. Like I mentioned, very bad design, but it does do the job. Here it is: dim strKey,Value,check Dim WSHShell if msgbox("Would you like to...
  17. 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
  18. ckugo

    Batch file to close application

    That's Great.. Thanks so much for your help. Thanks again, Chris
  19. ckugo

    Batch file to close application

    It is not running as a service. Just an open program. Thanks, Chris
  20. 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

Part and Inventory Search

Back
Top