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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by joltmon

  1. joltmon

    User account missing First and Last name.

    Thanks for your response. I’ll take a look at your answer and try to make heads or tails out it.
  2. joltmon

    Roaming Profile Terminal Server Login Script

    Sorry, I was so eager to make a contribution that I assumed "Terminal Server" = "Citrix". Try this utility at http://www.citrix4ge.de/ctxsffaq/index.htm#cip, called clientip. When you run it from a terminal server it will retune the IP address of the client PC.
  3. joltmon

    Roaming Profile Terminal Server Login Script

    Here’s a script I use to get the Client IP address of the user. Set objFarm = CreateObject("MetaFrameCOM.MetaFrameFarm") objFarm.Initialize(1) For Each objSession In objFarm.Sessions WScript.Echo "User name : " & objSession.UserName WScript.Echo "IP Address: " & objSession.ClientAddress...
  4. joltmon

    User account missing First and Last name.

    Our Helpdesk created several hundred user accounts with just a Display name and no First or Last name. I know just enough about VBScript to locate a script on the internet, make minor modification to suit my need and then run them, but I have not located a script to do what I need. I need to...

Part and Inventory Search

Back
Top