Recent content by COKE CAN

  1. C

    Adding datestamp to a file in this vbscript

    Here is the script: ' move delivered files to pending folder Set colFiles = objFolder.Files For Each objFile in colFiles Wscript.Echo ".. delivery .. " & objFile.Name objFile.Move (strSource & "\PENDING\" & objFile.Name) 'check for error If Err.Number <> 0 Then fnDisplayError...
  2. C

    No longer see NICs in Network Connections

    I think I may have found some things to try when I get back to work: http://support.microsoft.com/kb/254631
  3. C

    No longer see NICs in Network Connections

    Under Windows Server 2003 Enterprise Edition Verified that the drivers are installed (reinstalled). They (the NIC connections) no longer show up in the Network Connections. They were there. Could a registry value have been altered? If so, where should I look? Would like to get this...
  4. C

    Force member servers to use a specific logon server

    I sent out an interuption notice and replaced it within a single reboot. Our DCs use raid 1. They do not need raid 5.
  5. C

    Force member servers to use a specific logon server

    Appreciate it guys. I knew that it would fail over once offline, but I know there is a short period before it requests the new DC. We have very strict customers. Anyways, I just informed them that I was doing this and they will experience minimal downtime.
  6. C

    Force member servers to use a specific logon server

    I have two Domain Controllers. We will call them DC01 and DC02. I want to take DC01 down to replace a drive. We support numerous web apps and some of the web servers/sql servers are authenticating off of DC01 (provided by SET LOGON) and I want no interuptions (more specifically our GS...
  7. C

    MRTG

    Sorry about that! I should have made that more clear.
  8. C

    MRTG

    Thanks guys! We are on SIPRNET so we have to be careful what we install. I will check out the previous suggestions and if there are any others, please feel free to post!
  9. C

    MRTG

    I really like the way this is layed out: http://www.poweradmin.com/index.aspx
  10. C

    MRTG

    That looks awesome, but likely that I couldn't get our customer to buy it nor am I certain that I could put it on SIPRNET.
  11. C

    MRTG

    We have a mix of 2000/2003 This might be something I need to bite the bullet on and just come in on the weekend. Are there any alternatives to MRTG that serve the same purpose?
  12. C

    MRTG

    P.S. this is a windows domain
  13. C

    MRTG

    Our customer wants us to set up MRTG so that he can monitor our servers. Is there an easier (free) way out there to configure this for 20+ servers? A script or something? I am the only SE and really do not have the time to sit down and configure PerfMon logs for every server then create...
  14. C

    IUSR_SERVERNAME General Properties Greyed Out

    I have a test environment web server that was prompting me for a username/password when attempting to access the page. I verified all of the site properties were correctly set up. I noticed that the annonymous user account is the standard IUSR_SERVERNAME. I checked the account to make...
Back
Top