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

    XML Driven Logon Script - AD enabled

    Hi all I just recently revamped my logon script, making it more versatile so it would fit a new customers needs. This prompted one of my colleagues to suggested, that I actually wrote some documentation (shrugs) for it... well long story short, the logon script is now available on my blog with...
  2. EgilHansen

    Detecting domain/user/computer through VPN tunnel/connection

    Hi The logon script we use at work works great when users are at the office. But when at home and connected to our network through a VPN tunnel (Netscreen Remote tunnel), the script is unable to detect the domain name, the current user and the current computer. Currently we detect those using...
  3. EgilHansen

    Weird bug with MapNetworkDrive and DFS shares

    Hello all I'm having some weird issues with mapping to a DFS share with VB scripts. When I run my login script from our headquarter, the mapping goes through without a hitch. But when I run the login script from one of our other locations, it won't map. There is no problem when I do a good...
  4. EgilHansen

    Help: How to detect if client is logging in with a citrix clint

    Hello I would like to detect when I client is connecting to a Windows Terminal Server with a Citrix client? Best regards Egil Hansen.
  5. EgilHansen

    How to find the current logon server?

    Hello I need to know the server name of the server from where my logon server is running. How do I do that. I have managed to find the directory from where the logon script is running: strCurrentDirectory = Left(Wscript.scriptfullname,Instr(1,WScript.ScriptFullName,wscript.scriptname,1)-1)...
  6. EgilHansen

    help parsing a xml file

    Hello I'm trying to seperate the rules in my logon script from the logon script, and put them in a xml file. I've created the xml+dtd, but I've been having a very hard time trying to get the vbscript code to work. Here's what I basicly want to do, in sudo code: For Each group in groups...

Part and Inventory Search

Back
Top