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 Wanet Telecoms Ltd 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: peopleperson88
  • Content: Threads
  • Order by date
  1. peopleperson88

    Best Router for Small Remote Office

    I have 5 offices spread across the nation. All with internest access. I'm going to be standardizing each site (hardware and software). I'm going to have a Windows DC at each site for authenication so VPN connections will be established to replicate AD over the Internet. I would like to have...
  2. peopleperson88

    VPN so AD can Replication over the Internet

    I've setup a VPN server on each side of the firewall now how do I tell the DC, "When replicating AD information only use the VPN connection and not the unprotected Internet?" I was thinking it has to deal with DNS and the SOA or SRV records? But not sure. I would rather have...
  3. peopleperson88

    Replicating AD over the Internet

    What is a secure method to replicating AD over the Internet? I've setup a VPN server on each side of the firewall now how do I tell the DC, "When replicating AD information only use the VPN connection and not the unprotected Internet?" I was thinking it has to deal with DNS and the...
  4. peopleperson88

    Firewall Ports

    I'm setting up SQL 2000 (located in the production side of the firewall) that will maintain data inputed from a Web Server located in the (Three pronged firewall, DMZ) What ports do I need to open to set this up? The Web Server will be using SSL (3rd party) to transmit the information to the...
  5. peopleperson88

    One Admin Standarizing an Entire Corporation

    Here is what I'm facing. I'll take any suggestions. (It is almost like a test questions...but with no wrong answer.) My company (20 users, 1 Domain, Internet Presence) has just been acquired by another company that doesn't specialize in Computers. They have 5 office Nationwide all with an...
  6. peopleperson88

    IsInteg issues running alltests

    I'm currently running Exchange 2000 with Sp3 and Post Roll SP3 rollout. I'm running the following command; isinteg -s <servername> -fix -verbose -l isinteg.log -test alltests The results are displayed below: Test Search Folder Links result: 0 error(s); 0 warning(s); 0 fix(es); 0 row(s)...
  7. peopleperson88

    Cannot Connect when Offsite

    When I am Offsite where these is no Wireless or ActiveSync my ActiveSync program decided to open after about 5 minutes then I get this message that reads &quot;Cannot Connect&quot; Well of course you can't your not connected to anything. Is there any reason that the ActiveSync program would be...
  8. peopleperson88

    Windows XP Professional and NIC

    Here is what I have using Windows XP Professional that was upgraded from Windows 98. Everytime a computer reboots the NIC doesn't work. It is detected and according to Device Manager it is installed correctly. I can ping myself (dynamic entry) by IP and name and the default gateway. I also...
  9. peopleperson88

    Windows XP Professional and NIC

    Here is what I have using Windows XP Professional that was upgraded from Windows 98. Everytime a computer reboots the NIC doesn't work. It is detected and according to Device Manager it is installed correctly. I can ping myself (dynamic entry) by IP and name and the default gateway. I also...
  10. peopleperson88

    Starting and Stopping Process

    Here is what I have so far... Dim myProcess As New Process myProcess.StartInfo.FileName = &quot;install.bat&quot; myProcess.StartInfo.WindowStyle = ProcessWindowStyle.Hidden myProcess.Start() Me.Hide() tmr1.Enabled = True trm1 is equal to a timer that is set for 100ms. The form hides...
  11. peopleperson88

    Error when executing nothing

    I have created a VB project that exports data into a batch file then executes that batch file. The program is structured so that uses select the application to install (check boxes or radio buttons), then click the button to install it. Those check boxes or radio buttons have the install path...
  12. peopleperson88

    Minimize Batch File

    I have created a VB project that exports data into a batch file then executes that batch file. As of right now, when the bacth file executes it is displayed fully. How do I minimze the batch file when it is executing?
  13. peopleperson88

    Map Drive with Username

    Is there a method that I can create a script that will map drives based on their username? Was thinking something like, IF %USERNAME%==BobM then net use x: \\<server>\<share> else End If. That doesn't work. Any ideas?
  14. peopleperson88

    Change Password Outside Network

    Is it possible to change your network password through a website. My situation is, we are hosting a few companies email addresses and we have implemented a new password policy that requires complexity. Is it possible for them to change their password without having to call us up and tell us...
  15. peopleperson88

    SMTP Queue filling up....FAST

    I'm running Exchange 2000 and Windows 2000 with all SP installed. I am not configured to be a relay agent (have checked it numerous times with MS KB319356 HOW TO: Prevent Unsolicited Commercial E-Mail in Exchange 2000 Server). But for the last few days I have been getting bombarded with email...
  16. peopleperson88

    Advanced Script Help....PLEASE!!!!

    I'm attempting to create a database for an ATM project that I'm working on. Here is what I have so far. A script called nawk.test. This file is used to find the member's number and then subtract the amount given from their current balance, then publish the results. I need to be able to 1)...
  17. peopleperson88

    Methods of Executing a Script

    I was working on a Solaris machine with a associate of mine and we came across an interesting feature. We were attempting to run a script and I accidently typed a &quot;.&quot; in front of the script. It did something funky but I'm not sure what. Then I did some further research and found...

Part and Inventory Search

Back
Top