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

    Connect VPN

    Good evening, Goal: Create a VB script that will automatically connect to my company via VPN and place a shortcut on the desktop for this. Additionally: A second desktop shortcut that will disconnect the VPN connection. I need to roll out laptops to some end-users and need have them upload...
  2. JPL910

    SQL Slowness issues

    Server 2003 R2 64 bit w/ SP2 32GB Ram Quad-Core Processor ------ SQL Server 2000 Standard Edition w/ SP4 Database size 75GB Connected users - about 200 ------ O/S installed on C drive Database installed on D Log files located on E Paging File on F ------- Consistently experiencing slowness...
  3. JPL910

    Locate Computer on Network

    Good morning, I have a computer connected to my network and am unable to locate who/where it is. Situation: In SQL Enterprise manager under currect activity, I see a computer connecting and can see a MAC address. The problem is that it is not one on my computers. I am trying to locate it on...
  4. JPL910

    Allow specific external emails only

    I am running exchange server 2003 and have many users that do not have/need access to external email. I followed the instructions and created a connector and modified the registry to restrict an AD group from sending or receiving external emails, which works perfectly. Now, how can I give them...
  5. JPL910

    Copy username into xml file

    I am trying to create an xml file on the local drive of the user computer. The file must contain the logged on users name inside it. Here is what I have: Set objNetwork = wscript.CreateObject("wscript.network") Set doc = CreateObject("Microsoft.XMLDOM") MsgBox objNetwork.Username doc.async =...
  6. JPL910

    Term Serv - User rights

    ALCON: My Terminal Services issue is that when a user logs onto the terminal server with RDP, one particular application does not work unless the user is a member of the domain admin group. - I have a user, UserX, who can log onto the terminal server and run all (email, office apps, rightfax)...
  7. JPL910

    Terminal Server - Install applications

    I am very new to Terminal Serverices... Goal: Allow remote users to securely access the network and applications, including email, while using the least amount of resources. (We are currently using GoToMyPC which requires all remote uses to have a physical workstation at the office - not very...
  8. JPL910

    Security policies on laptops?

    I have been asked to setup 10 laptops for users that will be working offsite. (XP Pro) What is the best way to configure them so that the users are restricted from installing anything (they are not in the local admin group), they are not on the domain and all their settings need to be the same...
  9. JPL910

    move files across network shares

    Hey all. Absolutely new to VBScripts but I have been tasked with the following: Need to do the following: 1. Daily at 10PM - everything in \\ServerA\source goes to \\ServerB\destination. After the transfer, delete everything from the source. (MOVE?) 2. Daily at 1AM -everything in...
  10. JPL910

    VBScipt to move network data

    Hey all. Absolutely new to VBScripts but I have been tasked with the following: Need to do the following: 1. Daily at 10PM - everything in \\ServerA\source goes to \\ServerB\destination. After the transfer, delete everything from the source. (MOVE?) 2. Daily at 1AM -everything in...

Part and Inventory Search

Back
Top