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 strongm 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
  • Order by date
  1. peopleperson88

    Administrative templates in XP

    1) Click Start, click Run, type cmd, and then press ENTER. 2) Type secedit /configure /cfg %windir%\repair\secsetup.inf /db secsetup.sdb /verbose, and then press ENTER. You receive a "Task is completed" message, and a warning message that something could not be done. You can safely...
  2. peopleperson88

    Best Router for Small Remote Office

    Will it support a T1. Some of my remote offices are unable to get DSL because of their remote location so we are limited to a fractional T1.
  3. peopleperson88

    DC not working properly

    Have you tried to monitor AD using the ReplAdmin or the GUI interface? Try DCDiag, what are the results there?
  4. peopleperson88

    cross over cable

    CrossOver cables should be. Side 1: GreenWhite/Green/OrangeWhite/Blue/BlueWhite/Orange/BrownWhite/Brown. Side 2: OrangeWhite/Orange/GreenWhite/Blue/BlueWhite/Green/BrownWhite/Brown Make sure that both NICs have different IP. I would suggest LAN NIC 192.168 and Linux NIC 172.16 (it doesn't...
  5. peopleperson88

    Computer restarts after i log of

    Have you looked at your logoff scripts in Group Policy? Perhaps a shutdown script has been added to your account.
  6. peopleperson88

    Naming a Domain

    In my experience it is best to name the Domain MyCompany.local and here is wht. I have a company that had the name CompanyProducts. Their internet website was CompanyProducts.com and was hosted offsite (200.200.200.200). The local server was (192.168.0.1). When users would open up their...
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. 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)...
  13. peopleperson88

    Cannot Connect when Offsite

    I'm using Dell AXIM 3Xi with Windows Mobile 2003 and ActiveSync 3.7.1
  14. 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...
  15. peopleperson88

    Windows XP Professional and NIC

    The NIC is a standard 3Com 905B card. Nothing out of the ordinary. I actually installed SP1 thinking that might fix it but it didn't. Thanks for the links. I looked at them all and none of them have the symptoms on this machine. Thanks for all the help. It gave me some ideas of where to...
  16. peopleperson88

    Connecting XPpro to Win2000 PPTP VPN (error 619)

    This behavior can occur if the RRAS server is joined to a Windows 2000 domain. If the RRAS server is not properly added to the Active Directory, client connections are not possible. To resolve this issue, register the RRAS server in the Active Directory. Look...
  17. peopleperson88

    pagefile problems

    The min should be 1.5x the amount of RAM and the Max should be 3x the amount of RAM. Try those settings on your system drive (typically C:). Then for performance issues move your pagefile to an entire different physical Hard Drive.
  18. 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...
  19. 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...
  20. 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...

Part and Inventory Search

Back
Top