Contents tagged with Troubleshooting

  • Securely Transmit a Secret [password]

    “Help, Dick, Help!” exclaimed Sally.  “I lost my password” “Look, Jane, Look,” said Dick.  “I emailed you your password.” Jane sees her password. Everybody sees her password. Jane is sad.  Dick is sad. Transmitting secret information, such as a password, to a user across the Internet is often mishandled.  One common way is to send the password through email.  While

    [Read more]

  • Send an email when an event is logged

    As a systems administrator you may find yourself spending a significant amount of time in Event Viewer looking for specific events.  You will be happy to know that there is a new feature that shipped with Windows 2008 and all versions of Windows Server since then that allows you to attach events to a log file so that you can configure a specific action to occur.  There is a way to do this in previous versions of Windows Server that is covered below.

  • Perform a clean startup of Windows the easy way

    From time to time you may experience issues with a program not working as expected on your Windows computer.  To assist in troubleshooting, Microsoft has included a tool that many have forgotten about even though it has been around since Windows 98.  The tool is called System Configuration and is accessed by typing msconfig in the start menu.  You will note that making changes to any of the options in the utility will require a restart of your system to take effect.

  • Enabling Failed Request Tracing

    Occasionally I get questions on how to troubleshoot intermittent issues in IIS.  One example is an intermittent 500 status code and another example is a slow page load.  In IIS7 and later there is a simple module that you can install as part of IIS called Failed Request Tracing (FREB).