DCSIMG
November 2006 - Posts - Daniel Petri's blog

Daniel Petri's blog

A blog by Daniel Petri...

November 2006 - Posts

Running Windows Server 2003 SP1 Adminpak on Windows Vista RTM

Installing the adminpak.msi will install all of the management tools that are needed to administer Windows 2000, Windows XP Pro and Windows Server 2003 computers and network. Adminpak.msi has a few versions, and the latest one is for Windows Server 2003 SP1.

However, right now there is still no Adminpak.msi for Windows codenamed Longhorn Server available, and beta versions of Vista prevented you from installing the Windows Server 2003 Adminpak.msi on them. As Windows Vista is released to manufacturers (RTM) and to the public during the beginning of January 2007, the lack of the right Adminpak.msi will cause system administrators to have to continue running Windows XP SP2 workstations in order to allow them to control and administer their networks.

Although I am 100% positive that Microsoft will come up with a solution pretty quickly, for now, if you want to use the Windows Server 2003 SP1 Adminpak.msi on your Windows Vista computer, you will need to do the following:

Install the Windows Server 2003 SP1 Adminpak.msi on Vista RTM.

Once it is installed you will need to register the DLLs needed for the various snap-ins manually from an elevated command prompt. Copy the following text and paste it into a CMD file (something like adminpak_vista.cmd):

@echo off

set filelist=adprop.dll azroles.dll azroleui.dll ccfg95.dll
set filelist=%filelist% certadm.dll certmmc.dll certpdef.dll certtmpl.dll
set filelist=%filelist% certxds.dll cladmwiz.dll clcfgsrv.dll clnetrex.dll
set filelist=%filelist% cluadmex.dll cluadmmc.dll cmproxy.dll cmroute.dll
set filelist=%filelist% cmutoa.dll cnet16.dll debugex.dll dfscore.dll
set filelist=%filelist% dfsgui.dll dhcpsnap.dll dnsmgr.dll domadmin.dll
set filelist=%filelist% dsadmin.dll dsuiwiz.dll imadmui.dll lrwizdll.dll
set filelist=%filelist% mprsnap.dll msclus.dll mstsmhst.dll mstsmmc.dll
set filelist=%filelist% nntpadm.dll nntpapi.dll nntpsnap.dll ntdsbsrv.dll
set filelist=%filelist% ntfrsapi.dll rasuser.dll rigpsnap.dll rsadmin.dll
set filelist=%filelist% rscommon.dll rsconn.dll rsengps.dll rsjob.dll
set filelist=%filelist% rsservps.dll rsshell.dll rssubps.dll rtrfiltr.dll
set filelist=%filelist% schmmgmt.dll tapisnap.dll tsuserex.dll vsstskex.dll
set filelist=%filelist% w95inf16.dll w95inf32.dll winsevnt.dll winsmon.dll
set filelist=%filelist% winsrpc.dll winssnap.dll ws03res.dll

for %%i in (%filelist%) do (
echo Registering %%i ...
regsvr32 /s %%i
)

echo.
Echo Command Completed

 

Source:

Error message when you install the Windows Server 2003 management tools on a Windows Vista-based computer: "MMC could not create the snap-in":
http://support.microsoft.com/default.aspx/kb/930056

 

Work with the Microsoft Virtual Hard Disk (VHD) Test Drive Program

Great new resource from Microsoft: The Virtual Hard Disk Test Drive Program.

The VHD Test Drive Program is designed to help customers to install and configure complex environments for the purpose of evaluating Microsoft and partner products and solutions.

Currently, customers can either download evaluation software, which often takes time to install and configure the applications to evaluate a specific scenario or customers can use the Virtual Labs to evaluate software over Internet. With VHDs that are fully configured, customers can save time and resources by downloading pre-configured images of Microsoft's software and operating systems.

Microsoft partners can now offer their prospective/current customers greater choice during the software evaluation process for mainstream applications and make it easier to evaluate complex solutions through the distribution of pre-configured virtual machines that can run on Virtual Server 2005 R2. You can also use System Center Virtual Machine Manager, now available as a beta, to manage all the virtual machines in your environment.

As of November 2006, the available VHDs are:

Windows Server 2003 R2 - Windows Server 2003 R2 helps to simplify branch server management, can improve identity and access management, helps to reduce storage management costs, provides a rich Web platform, and offers cost-effective server virtualization. In this VHD, you'll have the opportunity to road-test new and improved features and functionality of Windows Server 2003, including management and usability enhancements to Active Directory.

Exchange Server 2007 - Learn how to take advantage of key features of Exchange Server 2007. This VHD provides an exploration of Active Directory and the new features in Exchange Server 2007, new features in Outlook Web Access 2007, enforcing compliance and retention policies in Exchange Server 2007, and more.

SQL Server 2005 - SQL Server 2005 is data management and analysis software that helps deliver increased scalability, availability, and security to enterprise data and analytical applications while helping to make them easier to create, deploy, and manage. In this VHD, you will get to experience many of the new features in SQL Server 2005.

In order to use the VHDs you need to obtain the Microsoft Virtual Server software, which is now available for free:

Download or Order Virtual Server 2005 R2 Enterprise Edition for Free

Microsoft Virtual Server 2005 R2 is available in the following versions:

  • Virtual Server 2005 R2 Enterprise Edition (32-bit)

  • Virtual Server 2005 R2 Enterprise x64 Edition (64-bit)

VS can be used on the following operating systems:

  • Windows Server 2003

  • Windows Server 2003 Service Pack 1

  • Windows XP Professional Edition

  • Windows XP Service Pack 2

The VHD Test Drive Program enables Microsoft and partners to distribute VHD images that contain Microsoft software and partner software. The VHDs are pre-built and pre-configured so that they can be downloaded or distributed for fast evaluation and testing of Microsoft software and partner applications.

The Microsoft Virtual Hard Disk (VHD) format is the common virtualization file format that provides a uniform product support system, and provides more seamless manageability, security, reliability and cost-efficiency for customers. The VHD format captures the entire virtual machine operating system and the application stack in a single file.

Virtual machine technology applies to both server and client hardware. Virtual machine technology enables multiple operating systems to run concurrently on a single machine. Virtual machine technology serves a variety of purposes. It enables hardware consolidation, because multiple operating systems can run on one computer. Another of the key applications of virtual machine technology is seen in test and development environments, where features such as faster provisioning, re-usability of the VHDs and ability to be hardware agonistic provide a more seamless environment.

Run IT on a Virtual Hard Disk