Network Administrator Knowledgebase:

December, 2007

Dec 6 2007   8:42AM GMT

Microsoft Exchange Server 2007 SP1 VHD - 32-bit version



Posted by: Michael Khanin
Exchange

If you want to evaluate MS Exchange 2007 with SP1 installed you can download a pre-configured VHD. This download enables you to evaluate Microsoft Exchange Server 2007 SP1.

This download enables you to evaluate Microsoft Exchange Server 2007 SP1. Microsoft Exchange Server 2007 is designed to reduce the growing cost and complexity of managing a corporate messaging system by providing more control for IT administrators, more value and expanded inbox access for end users, and increased security and compliance for the organization as a whole.

Microsoft Exchange Server 2007 SP1 provides built-in protection technologies to help keep the e-mail system up and running and better protected from outside threats while allowing employees to work from wherever they are using a variety of clients including Microsoft Outlook, Outlook Web Access, and mobile devices. Exchange Server 2007 SP1 makes it easier for IT to deliver these new capabilities to their organizations by making the messaging environment easier to manage and more cost efficient.

Download Microsoft Exchange Server 2007 SP1 VHD

Dec 6 2007   8:17AM GMT

Technical Briefs on Windows Home Server



Posted by: Michael Khanin
Microsoft Windows

5 new technical briefs available on the Windows Home Server web site. They are:


Dec 5 2007   3:18PM GMT

Download Windows XP SP3 RC directly from Microsoft ;)



Posted by: Michael Khanin
Microsoft Windows

Today, one of my friends asked me how to get SP3 RC1 for Windows XP. Many of you know that this release available for Beta Testers, but Friend of mine is NOT beta tester. So, you can use a Hack that will allow you to download Windows XP SP3 RC1 directly from Microsoft. Windows XP SP3 will be the final service pack for really good Operating System from Microsoft. SP3 will bring a lot of bug fixes and some new features from Vista. Well, if you can’t wait for official release, create a .bat file, let say xpsp3rc1.bat. Copy & Past toxpsp3rc1.bat following commands:

@echo off
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\XPSP3 /f 2> NUL
reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\XPSP3 /v RCPreview /t REG_SZ /d 1c667073-b87f-4f52-a479-98c85711d869 /f
echo XP SP3 RC1 registry key has been set. Please check for updates in Windows Update.
pause

 

Once you have created the file run the file by double clicking it. Wait for the Confirmation Message on screen. The Above file adds a few entries to the Windows Registry that makes Microsoft suppose that you are a part of the Private beta program Check for new updates on Windows Update. You will see Windows XP SP3 listed in the available updates. Download and install it. Remember to Reboot :). Please note this hack is the exact way Microsoft expects its beta testers to try Windows XP SP3 out, so you don’t have to worry too much about Microsoft catching hold of you.
I tried this on Windows XP Machine and this hack worked.


Dec 2 2007   11:08AM GMT

PXE and Boot Disk which created at Windows XP



Posted by: Michael Khanin
Networking, Windows Computing

Few month ago I published an article “PXE, aka Pre-Execution Environment - Part 1“. In this article, I talked about a problem to use boot disk which created at Windows XP for PXE boot. I’d like to say thanks to Michael Bridge. He found a way to make the Windows XP floppy image of the netbootdisk work.

Under \ pxelinux.cfg \ default

edit the default to

append initrd=.IMA raw

(add “raw” after the image name)
According to this http://syslinux.zytor.com/memdisk.php it allows access to protected mode memory. Michael Bridge, told me that he managed to get the solution on this web site:
http://syslinux.zytor.com/archives/2007-July/008918.html