Archive

Archive for September, 2007

Build numbers and release dates for Exchange Server

September 27, 2007 Leave a comment

Each version of Microsoft Exchange Server has a different build number. The following table lists the build numbers and general release dates for each version.

To view the build number of the server that you are using, see the properties of the server.

Source: Build numbers and release dates for Exchange Server

Categories: Exchange, Microsoft

VMWare Server and "…network name is no longer available…"

September 26, 2007 Leave a comment

Did you ever receive following error when you try copy files between guest and host OS?

—————————
Error Copying File or Folder
—————————
Cannot copy <filename>: The specified network name is no longer available.

And you receive following error on the host OS?

Event Type:    Warning
Event Source:    Srv
Event Category:    None
Event ID:    2025
Date:        26.9.2007
Time:        23:24:11
User:        N/A
Computer:    <HostName>
Description:
The server has detected an attempted Denial-Of-Service attack from client \<ClientName>, and has disconnected the connection.

Here is soluton for this problem:

Disable Denial-Of-Service attack detection

  1. Click Start, click Run, type regedit in the Open box, and then click OK.
  2. Locate and then click the following registry subkey:
    HKEY_LOCAL_MACHINESystemCurrentControlSetServicesLanManServerParameters
  3. On the Edit menu, point to New, and then click DWORD Value.
  4. Type DisableDos for the name of the DWORD value, and then press ENTER.
  5. Right-click DisableDos, and then click Modify.
  6. In the Value data box, type 1 to disable denial of service attack detection, and then click OK.

VMWare Server and &quot;…network name is no longer available…&quot;

September 26, 2007 Leave a comment

Did you ever receive following error when you try copy files between guest and host OS?

—————————
Error Copying File or Folder
—————————
Cannot copy <filename>: The specified network name is no longer available.

And you receive following error on the host OS?

Event Type:    Warning
Event Source:    Srv
Event Category:    None
Event ID:    2025
Date:        26.9.2007
Time:        23:24:11
User:        N/A
Computer:    <HostName>
Description:
The server has detected an attempted Denial-Of-Service attack from client \<ClientName>, and has disconnected the connection.

Here is soluton for this problem:

Disable Denial-Of-Service attack detection

  1. Click Start, click Run, type regedit in the Open box, and then click OK.
  2. Locate and then click the following registry subkey:
    HKEY_LOCAL_MACHINESystemCurrentControlSetServicesLanManServerParameters
  3. On the Edit menu, point to New, and then click DWORD Value.
  4. Type DisableDos for the name of the DWORD value, and then press ENTER.
  5. Right-click DisableDos, and then click Modify.
  6. In the Value data box, type 1 to disable denial of service attack detection, and then click OK.

Windows Vista Administrative Templates (admx)

September 25, 2007 Leave a comment

Administrative Templates (.admx) for Windows Vista

This page provides the complete set of Administrative Template (.admx) files for Windows Vista. Group Policy tools use Administrative template files to populate policy settings in the user interface. This allows administrators to manage registry-based policy settings.

Categories: Microsoft, Vista, Windows

Windows Server 2008 RC0 Downloads

September 25, 2007 Leave a comment

Microsoft Exchange Server 2007 Service Pack 1 Help

September 21, 2007 Leave a comment

The Exchange Server 2007 SP1 Help can help you in the day-to-day administration of Exchange. Use this information to guide you through Exchange Server 2007 SP1 features, tasks, and administration procedures.

Download: Microsoft Exchange Server 2007 Service Pack 1 Help

Categories: Exchange, Microsoft

Windows – F6 Driver and USB Floppy

September 18, 2007 Leave a comment

So today I`m installing brand new Intel Server based on S5000 Motherboard, Quad Core Xeon, 12GB of memory,…

And here is the fun part. This motherboard does not have floppy connector on it. Fine with me. 🙂 Boy I was wrong.

I have Sony USB Floppy and everything should work fine. Yea, right.

The problem is that the first part of setup (loading the Mass Storage driver) is not handled by Windows, but instead by the BIOS’s floppy emulation. But the latter part, after formatting the hard drive is handled by Windows. And some of them are not recognized by the builtin USB storage drivers.

So here is the solution. Open txtsetup.oem located on floppy and add device ID manualy after [HardwareIds.scsi.(device name)]. Here is copy from my .oem file.

[HardwareIds.scsi.MegaSR]
id=”PCIVEN_8086&DEV_27c3&SUBSYS_10a51734″, “MegaSR”
id=”PCIVEN_8086&DEV_2682&SUBSYS_D001144D”, “MegaSR”



id=”PCIVEN_1000&DEV_0055&SUBSYS_D001144D”, “MegaSR”
id=”PCIVEN_1000&DEV_0057&SUBSYS_30171054″, “MegaSR”
#Additional USB floppy Device IDs
id = “USBVID_054C&PID_002C”, “usbstor” #Sony
id = “USBVID_0409&PID_0040”, “usbstor” #NEC
id = “USBVID_03F0&PID_2001”, “usbstor” #HP
id = “USBVID_055D&PID_2020”, “usbstor” #Samsung
id = “USBVID_08BD&PID_1100”, “usbstor” #Iomega

O yes. I would love to use Intel Deployment Assistant but it`s only for 32-bit Windows (at least version I received or downloaded from Intel Download Site – 1.3).

Categories: Microsoft, Windows

Windows – F6 Driver and USB Floppy

September 18, 2007 Leave a comment

So today I`m installing brand new Intel Server based on S5000 Motherboard, Quad Core Xeon, 12GB of memory,…

And here is the fun part. This motherboard does not have floppy connector on it. Fine with me. 🙂 Boy I was wrong.

I have Sony USB Floppy and everything should work fine. Yea, right.

The problem is that the first part of setup (loading the Mass Storage driver) is not handled by Windows, but instead by the BIOS’s floppy emulation. But the latter part, after formatting the hard drive is handled by Windows. And some of them are not recognized by the builtin USB storage drivers.

So here is the solution. Open txtsetup.oem located on floppy and add device ID manualy after [HardwareIds.scsi.(device name)]. Here is copy from my .oem file.

[HardwareIds.scsi.MegaSR]
id=”PCIVEN_8086&DEV_27c3&SUBSYS_10a51734″, “MegaSR”
id=”PCIVEN_8086&DEV_2682&SUBSYS_D001144D”, “MegaSR”



id=”PCIVEN_1000&DEV_0055&SUBSYS_D001144D”, “MegaSR”
id=”PCIVEN_1000&DEV_0057&SUBSYS_30171054″, “MegaSR”
#Additional USB floppy Device IDs
id = “USBVID_054C&PID_002C”, “usbstor” #Sony
id = “USBVID_0409&PID_0040”, “usbstor” #NEC
id = “USBVID_03F0&PID_2001”, “usbstor” #HP
id = “USBVID_055D&PID_2020”, “usbstor” #Samsung
id = “USBVID_08BD&PID_1100”, “usbstor” #Iomega

O yes. I would love to use Intel Deployment Assistant but it`s only for 32-bit Windows (at least version I received or downloaded from Intel Download Site – 1.3).

Categories: Microsoft, Windows

Windows Server 2008 Step-by-Step Guides

September 17, 2007 Leave a comment

These step-by-step guides help IT Professionals learn about and evaluate Windows Server 2008.
These documents are downloadable versions of guides found in the Windows Server 2008 Technical Library. (http://go.microsoft.com/fwlink/?LinkId=86808).

 

Source: Windows Server 2008 Step-by-Step Guides

Changes in Functionality from Windows Server 2003 with SP1 to Windows Server 2008

September 17, 2007 Leave a comment

This document describes new features and technologies, which were not available in Windows Server 2003 with Service Pack 1 (SP1), that will help to increase the security of computers running Windows Server 2008, increase productivity, and reduce administrative overhead.

These topics apply to the next release of Windows Server 2008, based on the functionality expected to be included in the Beta releases in 2007. They do not describe all of the changes that are included in Windows Server 2008. Instead, they highlight changes that will potentially have the greatest impact on your use of Windows Server 2008 and provide references to additional information.

Source: Changes in Functionality from Windows Server 2003 with SP1 to Windows Server 2008