January 2008 Security updates
Posted Wednesday, 09 January 2008 by Michael Khanin

Windows Malicious Software Removal Tool

This tool checks your computer for infection by specific, prevalent malicious software (including Blaster, Sasser, and Mydoom) and helps to remove the infection if it is found. Microsoft will release an updated version of this tool on the second Tuesday of each month.

Windows Malicious Software Removal Tool x64

This tool checks your computer for infection by specific, prevalent malicious software (including Blaster, Sasser, and Mydoom) and helps to remove the infection if it is found. Microsoft will release an updated version of this tool on the second Tuesday of each month.

Security Update for Windows XP (KB943485)

A security issue has been identified in LSASS that could allow an attacker to compromise your Windows-based system and gain control over it.

Security Update for Windows XP x64 Edition (KB943485)

A security issue has been identified in LSASS that could allow an attacker to compromise your Windows-based system and gain control over it.

Security Update for Windows Server 2003 x64 Edition (KB943485)

A security issue has been identified in LSASS that could allow an attacker to compromise your Windows-based system and gain control over it.

Security Update for Windows Server 2003 for Itanium-based Systems (KB943485)

A security issue has been identified in LSASS that could allow an attacker to compromise your Windows-based system and gain control over it.

Security Update for Windows Server 2003 (KB943485)

A security issue has been identified in LSASS that could allow an attacker to compromise your Windows-based system and gain control over it.

Security Update for Windows XP x64 Edition (KB941644)

A security issue has been identified in TCPIP that could allow an attacker to compromise your Windows-based system and gain control over it.

Security Update for Windows Vista for x64-based Systems (KB941644)

A security issue has been identified in TCPIP that could allow an attacker to compromise your Windows-based system and gain control over it.

Security Update for Windows Vista (KB941644)

A security issue has been identified in TCPIP that could allow an attacker to compromise your Windows-based system and gain control over it.

Security Update for Windows XP (KB941644)

A security issue has been identified in TCPIP that could allow an attacker to compromise your Windows-based system and gain control over it.

Security Update for Windows Server 2003 x64 Edition (KB941644)

A security issue has been identified in TCPIP that could allow an attacker to compromise your Windows-based system and gain control over it.

Security Update for Windows Server 2003 for Itanium-based Systems (KB941644)

A security issue has been identified in TCPIP that could allow an attacker to compromise your Windows-based system and gain control over it.

Security Update for Windows Server 2003 (KB941644)

A security issue has been identified in TCPIP that could allow an attacker to compromise your Windows-based system and gain control over it.

Security Update for Windows 2000 (KB941644)

A security issue has been identified in TCPIP that could allow an attacker to compromise your Windows-based system and gain control over it.

January 2008 Security Releases ISO Image

This DVD5 ISO image file contains the security updates for Windows released on Windows Update on January 8th, 2008.

 

Changes to Remote Administration in Windows Server 2008
Posted Saturday, 29 December 2007 by Michael Khanin

In Windows Server 2003, you can start the RDC client (mstsc.exe) with the /console switch to remotely connect to the physical console session on the server (also known as session 0). In Windows Server 2008, the /consolesession 0 switch has been deprecated. In Windows Server 2008, is a non-interactive session that is reserved for services.

You can use the new /admin switch to remotely connect to a Windows Server 2008-based server for administrative purposes. The /admin switch is introduced with RDC 6.1. RDC 6.1 is included with the following operating systems:

  • Windows Server 2008
  • Windows Vista Service Pack 1 (SP1) Beta and RC
  • Windows XP Service Pack 3 (SP3) Beta and RC

Note   RDC 6.1 (6.0.6001) supports Remote Desktop Protocol (RDP) 6.1.

RDC 6.1 does not support the /console switch. However, for backward compatibility, you can use the /admin switch to connect to the physical console session on a Windows Server 2003-based server. For example, to connect from a Windows Vista SP1 RC-based client to the physical console session of a Windows Server 2003-based server, you can run the command mstsc.exe /admin.

 
TechNet Briefing - Jan 16 : Microsoft Application Virtualization
Posted Sunday, 06 January 2008 by Michael Khanin

TechNet Briefing Luxemburg: Microsoft Application Virtualization (Microsoft Softgrid)

This session will explore the Microsoft Application Virtualization solution. It will explain you how you can easily change the way you do software delivery and how this will affect the numerous issues you are facing today with standard Electronic Software Distribution (ESD) solutions. We will also explore the different steps involved in the creation, publication and delivery of the virtualized applications to the end users.

Date : 16/01/2008 - morning - English

Register NOW

 
Building a Host Cluster with Hyper-V Beta 1
Posted Saturday, 29 December 2007 by Michael Khanin

Robert Larson has done an excellent post on How to configure Hyper-V Clustering: http://blogs.technet.com/roblarson/archive/2007/12/17/building-a-host-cluster-with-hyper-v-be

 
Sysprep unattend file in Windows Server 2008
Posted Friday, 28 December 2007 by Michael Khanin

The answer file is now an XML file instead of an INF file. You should to use Windows System Image Manager to create the XML file. Windows System Image Manager is part of WAIK and can be downloaded here.
To actually use this XML file, copy it sysprep.xml toc:\windows\system32\sysprep. That is the folder on a Windows Server 2008 system where sysprep.exe is located by default. From that location, you execute the following command:

sysprep /generalize /oobe /shutdown /unattend:sysprep.xml

The system will shut down. The next time you start this system (after cloning it), it will install with the settings in the XML file. The Computer Name will be automatically generated.

 
Configuring a Dell PowerEdge system for booting from iSCSI
Posted Monday, 24 December 2007 by Michael Khanin

Configuring a Dell PowerEdge system for booting from virtual disk on MD3000i. 

You need to a flashplayer enabled browser to view this YouTube video
 
Windows, iSCSI and NAS (Network-Attached Storage) in Test Environment
Posted Wednesday, 19 December 2007 by Michael Khanin

Recently, I worked on a project to be deployed on a Windows servers cluster.
Before setting up the production environment, it was necessary to check if one of the required applications will work on a cluster.

To those of you who doesn’t know what a cluster is, just take a look at what’s written on Wikipedia: http://en.wikipedia.org/wiki/Computer_cluster

That time, I had no extra servers for testing, so I decided to setup the cluster in a virtual environment. To do this, I created 2 Windows 2003 Servers on  my VMWARE station.
However, the biggest problem was the storage space.

Anyone who worked at least once with clusters, knows that they need a shared storage, also called a NAS (Network-attached Storage).
Unfortunately, I have no NAS in my lab, so I used another technique for my test.
If you do Googling a bit, you will find a lot of Linux-based NAS software, like FreeNAS.

However, I wanted a Windows-based software and I found probably one of the best (IMHO), which is StarWind, available for FREE in a Personal edition.
Now, I’m not going to show you how to install a cluster, I just would like to show how to connect two (or more) servers to the same Network-attached Storage by using the iSCSI technology, and how to do this in a test environment.

 
Windows Server 2008 Guides
Posted Sunday, 16 December 2007 by Michael Khanin

Windows Server 2008 Documentation Essentials

These links will help you get started with Windows Server 2008.

Learn

Evaluate

Troubleshoot

Connect with Windows Server 2008 Community

Windows Server 2008 Technical Library

Need to learn more about what’s new for key Windows Server 2008 technologies and where to get additional information? These links to the Windows Server 2008 Technical Library will provide you with introductory and technical overviews and other resources.

 
How to choose the right VMware Infrastructure ESX Edition
Posted Sunday, 16 December 2007 by Michael Khanin

As you probably already know, VMware ESX is an enterprise grade virtualization product by VMware. Unlike VMware Server, VMware ESX does not require an underlying operating system to be loaded first. What this means is that you get the highest virtualization performance that is possible when using VMware ESX Server.

So what is VMware Infrastructure (VI)? VI, is really just a product suite. Keep that in mind. There is really no application called "VMware Infrastructure". VI is a bundle of VMware products...

 
PXE, aka Pre-Execution Environment and Acronis - Part 2
Posted Saturday, 15 December 2007 by Michael Khanin

Since I've published article "PXE, aka Pre-Execution Environment - Part 1" I've got a lot of emails with the same question - 'Where is a Part 2?". So, here it is.

I know many Network Administrators who work with Acronis products and i also sometime work with those good products. This week i did a project for one of my clients in Seattle, WA. The main idea was to deploy an Acronis image on new servers and configure those servers according to system requirements. So, again, those servers came without floppy drive and CD/DVD :) and as all of you know, to restore Acronis image on a new machine we have to use Bootable Rescue Media, aka Bootable CD with Acronis on it. Yes, I know, that Acronis provides a products with PXE integrated, but i don't have it :) and I've used my own PXE server.

The first step I did was create Bootable Rescue Media. Then I took 2 files, kernel.dat and ramdisk.dat  from Acronis's directory and put them into C:\PXEServer\TFTPRoot\Boot directory. Well, now was the time to make a small changes to our "default" file (default file located in C:\PXEServer\TFTPRoot\Boot\pxelinux.cfg\ directory). After all those changes my "default" file now looks as follow:

DEFAULT menu.c32

TIMEOUT 300
ALLOWOPTIONS 0
PROMPT 0

MENU TITLE PXE Boot System

LABEL ACRONIS
MENU LABEL ^Acronis Bootable
kernel kernel.dat
append initrd=ramdisk.dat vga=791 ramdisk_size=32768 acpi=off quiet noapic

LABEL NetworkBoot
MENU LABEL ^Network Boot
kernel memdisk
append initrd=w98se-netboot.IMA

LABEL CleanBoot
MENU LABEL ^Clean Win 98 Boot
kernel memdisk
append initrd=W98.IMA

LABEL MemTest
MENU LABEL ^Memory Test
kernel memdisk
append initrd=W98_MemTest.IMA

The next steps were pretty simple ;), Boot, Select Acronis from the menu, Select Image for recovery and.....

Thanks to time PXE saved me I was able to spend some time in very beautiful city Seattle.


Relaited Articles
PXE, aka Pre-Execution Environment - Part 1

 

 
Exchange Server Documentation Updates
Posted Monday, 10 December 2007 by Michael Khanin

The Exchange Server documentation team is pleased to announce the following Exchange Server 2007 content.

You can see these articles and other Exchange Server documentation content in the Microsoft Exchange Server TechCenter.

To see what content has changed for Exchange Server 2007 with Service Pack 1, take a look at What's New in Exchange Server 2007 SP1.

The following downloads are also now available for SP1 content:

 

 
Computer Randomly Plays Classical Music :)
Posted Saturday, 08 December 2007 by Michael Khanin

During normal operation or in Safe mode, your computer may play "Fur Elise" or "It's a Small, Small World" seemingly at random. This is an indication sent to the PC speaker from the computer's BIOS that the CPU fan is failing or has failed, or that the power supply voltages have drifted out of tolerance. This is a design feature of a detection circuit and system BIOSes developed by Award/Unicore from 1997 on. 

Source: Microsoft 

 
December 2007: Microsoft Security Bulletin Advance Notification for 7 patches
Posted Friday, 07 December 2007 by Michael Khanin

Critical Security Bulletins

Microsoft Security Bulletin 2
Affected Software:
  • DirectX 7.0 - 10 including Vista

  • Impact: Remote Code Execution

Version Number: 1.0

Microsoft Security Bulletin 6
Affected Software:
  • Windows Media Format Runtime 7.1 - 11 (including Vista)
Microsoft Security Bulletin 7
Affected Software:
  • Internet Explorer 5.01 - 7.0 including Vista

  • Impact: Remote Code Execution

Version Number: 1.0

Important Security Bulletins

Microsoft Security Bulletin 1
Affected Software:
  • Windows Vista

  • Windows Vista x64 Edition

Impact: Remote Code Execution

Microsoft Security Bulletin 3
Affected Software:
  • Microsoft Windows 2000 Service Pack 4
  • Windows XP Service Pack 2
Impact: Remote Code Execution

Microsoft Security Bulletin 4
Affected Software:
  • Windows Vista
  • Windows Vista x64 Edition
Impact: Elevation of Privilege

Microsoft Security Bulletin 5
Affected Software:
  • Windows XP Service Pack 2, Windows Server 2003 Service Pack 2 (also x64)

Impact: Local Elevation of Privileg

Source: www.microsoft.com

 
Technical Briefs on Windows Home Server
Posted Thursday, 06 December 2007 by Michael Khanin

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

 
Download Windows XP SP3 RC directly from Microsoft ;)
Posted Wednesday, 05 December 2007 by Michael Khanin

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 to xpsp3rc1.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.
 
<< Start < Prev 1 2 3 4 5 6 7 8 9 10 Next > End >>