Author Archive

Great web service to anaylise message headers

If you are suffering from delayed messages or you need to better understand the message path for inbound mails the place to look is the SMTP message header.

In outlook you can get this by right clicking on the message and choosing properties. In the window displayed the header information is in a box towards the bottom.

The text in here can be very difficult to follow - especialyl if it passes through several time zones.

The following website allows you to paste the header data directly in and then it will show you each server that touched the message and the time between each stage.

http://www.mxtoolbox.com/EmailHeaders.aspx

Updated Links to Process Explorer tutorials

I posted a link to Mark Russinovich’s Malware Cleaning tutorial using Process Explorer over a year ago - it is still a video I find useful to gain an understanding on the excellent Process Explorer.

The video has been moved since I posted my link - and I have also found Mark’s tutorial on Process Explorer so here are the latest links

Troubleshooting with Process Explorer -
http://www.microsoft.com/emea/spotlight/sessionh.aspx?videoid=346

Malware Cleaning with Process Explorer -
http://www.microsoft.com/emea/spotlight/sessionh.aspx?videoid=359

Enabling directory listing on a linux web host

If you want a quick way to host some files online without having to write html or get a CMS system running you could just dump the files in a folder and enable directoy listing for that folder as follows -

1. Create a file named .htaccess. This can be done in any text editor.
Make sure you save the file as .htaccess (a period at the beginning of file name)

2. In the first line of this file type in

Options +Indexes

3. Save the file

4. Now, upload the file to your webspace, specifically the directory in which you
want visitors to see the file listing.

Source: http://faq.1and1.com/scripting_languages_supported/configuring_apache_server_using_htaccess/3.html

Network boot recovery tools and OS installs using Windows Deployment Services

The following guide details how to install Windows Deployment Services.

This shows the upgrade from RIS on server 2003.

http://thelazyadmin.com/blogs/thelazyadmin/archive/2007/05/07/windows-deployment-services.aspx

LogMeIn install on Windows 7

Thanks to David Pollitt for this one over at - http://dpollitt.net/2009/01/19/run-logmein-with-windows-7/

How to use LogMeIn Free with Windows 7 Beta:

1. Download the LogMeIn software to your desktop from this site: https://secure.logmein.com/logmein.zip

2. Unzip the folder to a new folder on your desktop named “logmein”.

3. Go to the start menu and search for “cmd. When you find the Command Prompt entry, right click it and select “Run as Administrator”, and Click through the warning prompt.

4.In command prompt type “cd\users\\desktop\logmein\x86” without quotes and press enter. (If you are running 64-bit Windows change the ‘x86′ to ‘x64′)

5. In command prompt type “logmein install” without quotes and press enter.

6. The installer will run and you should then see the tray icon when it’s finished. Right click on the icon and select “Open LogMeIn…”

7. Firefox will open and you’ll get an error box. Just click “OK“.

8. Copy and paste this address into the address bar: https://127.0.0.1:2002/

9. Click through if you get a popup warning you about a certificate. On the page itself you will see something to allow an exception. Click on that and then click ‘Get Certificate‘ in the next box. Again you will probably get another warning but just click add anyway.

10. You should see the familiar LogMeIn screen. Just put in your computer user credentials and then you will be asked for your LogMeIn credentials.

It is a pretty straightforward process, but does take a bit of workaround to get it setup. Hopefully over the next few months LogMeIn will add support to Windows 7 for its installer package.

Thank you to user doober for the directions via the LMI forums.

Announcement of new Citrix - Project Eden

This is a short announcement of the next version of Citrix Access Essentials. Currently code named Project Eden.

Any further news will follow…

Citrix Blog - Project Eden

Basic Security Tips to follow when installing Windows

The following article reviews common sense security considerations to follow when installing Windows. Nothing new here but it’s a handy reminder of what to do.

http://searchsecurity.techtarget.co.uk/tip/0,289483,sid180_gci1331894,00.html?track=NL-988&ad=659118&asrc=EM_NLT_4553940&uid=6592874

Loss of Network Connectivity on SBS2003 after a reboot (may be fixed by a further reboot)

If your SBS2003 server looses network connectivity after a reboot and you spot an event in your system event log such as …

The IPSec driver has entered Block mode. IPSec will discard all incoming and outgoing TCP/IP network traffic that is not permitted by boot-time IPSec Policy exemptions. User Action: To restore full unsecured TCP/IP connectivity, disable the IPSec services, and then restart the computer. For detailed troubleshooting information, review the events in the Security event log.

… then you should read the following guides which will help to prevent this from happening again.

http://support.microsoft.com/kb/956189

Technet - SBS Blog

Exchange IMF Information

Here is some useful information on SCL levels in IMF as well as a good way to report on the SCL levels of the mail processed by your exchange system

SCL Info -

http://www.exchangeinbox.com/articles/001/imftune2.htm

Reporting through Perfmon

http://www.exchangeinbox.com/articles/021/imf_perfmon.htm

Migrating a Sharepoint site between servers

This article gives a very simple and effective way of migrating a sharepoint or parts of a sharepoint between servers.
http://weblogs.asp.net/bsimser/articles/spsmigration.aspx