Anything about IT

Daily IT topics by Alex Verboon

  • .NET Framework (1)
    64-bit (2)
    ACT (2)
    Active Directory (20)
    AGPM (1)
    AIK (11)
    AMT (1)
    Android (1)
    App-V (7)
    Apple (1)
    Applocker (1)
    Automation (66)
    Backup (1)
    Beta (8)
    BIOS (14)
    Bitlocker (2)
    BITS (2)
    BranchCache (5)
    Broadband (1)
    BSOD (1)
    Citrix (2)
    Cloud (3)
    Compaq (2)
    Compatibility (16)
    Computer Science (1)
    Deployment (93)
    DHCP (1)
    DirectAccess (2)
    drivers (9)
    Embedded (2)
    Energy (1)
    Excel 2007 (1)
    Fun (30)
    Google (3)
    Green (3)
    Group Policy (24)
    History (2)
    HP (9)
    Hyper-V (14)
    Hypervisor (1)
    IE8 (1)
    imagex (1)
    Intel (2)
    Internet (4)
    Internet Explorer (7)
    IPV6 (1)
    Job (1)
    Knowledge (53)
    Licensing (8)
    Live Mesh (4)
    MDOP (1)
    MED-V (4)
    Media Player (1)
    Microsoft (2)
    Microsoft Office (3)
    Mobile (4)
    MSE (1)
    MUI (1)
    Network (3)
    Office 2007 (5)
    Office 2010 (2)
    Office2010 (1)
    OS (1)
    Packaging (12)
    PDF (1)
    Performance (1)
    Powerpoint (1)
    PowerShell (3)
    product lifecycle (2)
    Protocols (5)
    Reading (50)
    Recovery (2)
    registry (3)
    RSAT (1)
    RTM (2)
    SCCM 2007 (1)
    Scripting (15)
    Security (20)
    Sequence (1)
    Sequencing (1)
    Sharing (1)
    Silverlight (1)
    SMS 2003 (1)
    SQL (2)
    SQL Server 2008 Express (1)
    Streaming (1)
    Symantec (1)
    TCP/IP (4)
    Tip (163)
    Tools (96)
    Tweak (1)
    Uncategorized (13)
    USMT (1)
    VDI (2)
    VHD (3)
    Virtualization (59)
    Vista (74)
    vmware (10)
    vPro (10)
    WAIK (2)
    Web (2)
    WHS (1)
    Windows 2000 (1)
    Windows 7 (92)
    Windows Home Server (1)
    Windows Mobile (1)
    Windows Server 2008 (25)
    Windows Server 2008 R2 (8)
    Windows Server 2008R2 (4)
    Windows Update Services (1)
    Windows XP (33)
    Windows7 (33)
    Windows7E (1)
    WinPE (1)
    Wireless (2)
    WMI (1)
    WSUS (1)
    WWW (1)
    XenDesktop (1)
    XP Mode (6)
    XPSP3 (1)
    YouTube (1)

    WP Cumulus Flash tag cloud by Roy Tanck and Luke Morton requires Flash Player 9 or better.

  • Archives

  • Meta

  • Visitor Locations

Archive for the 'Windows Server 2008' Category

SQL Server 2008 Express Setup Challenge

Posted by Alex Verboon on 9th March 2010

I’ve spend about 2 hours tonight getting SQL Server 2008 Express installed on a Windows Server 2008 system…….. Launched the installation package, it started extracting it’s content, it made an attempt to launch the embedded setup.exe and then…..Nothing.

The temporary folder that holds the extracted installation files got deleted and all that was left was the below error log.

03/09/2010 23:22:48.079 ======================================================================
03/09/2010 23:22:48.235 Setup launched
03/09/2010 23:22:48.282 Attempting to determine media source
03/09/2010 23:22:48.329 Media source value not specified on command line argument.
03/09/2010 23:22:48.360 Setup is launched from media directly so default the value to the current folder.
03/09/2010 23:22:48.407 Media source: c:\3c583b87cb85226328b6ae0c9d\
03/09/2010 23:22:48.454 Attempt to determine media layout based on file ‘c:\3c583b87cb85226328b6ae0c9d\mediainfo.xml’.
03/09/2010 23:22:49.454 The folder ‘c:\3c583b87cb85226328b6ae0c9d\’ does not contain a valid media info file ‘mediainfo.xml’.
03/09/2010 23:22:49.517 Setup closed with exit code: 0×84C4001E
03/09/2010 23:22:49.579 ======================================================================

Solution !

I had to find out that for whatever reason the “Format” within the Regional Settings was not set to English. After setting this to English the installation executed and completed successfully.

image

Tags: , , ,
Posted in SQL Server 2008 Express, Windows Server 2008 | No Comments »

Identifying KMS Servers

Posted by Alex Verboon on 5th January 2010

Assume you are at a client site and plan to deploy a Windows Server (2008 / 2008-R2) or Windows Clients (Windows Vista / Windows 7) and want to check if they do already have KMS Services running on their network.

It’s very simple. Just open a command prompt and type the following command:

nslookup -type=srv _vlmcs._tcp

If KMS Services are present on the network the results will be listed as shown in the picture below.

mod_kms_return

Related Content
Upgrade your existing KMS Service to support Windows 7 and Windows 2008 R2
Volume Activation changes in Windows7
Fundamentals of Volume Activation

Tags: , , ,
Posted in Deployment, Knowledge, Licensing, Tip, Vista, Windows 7, Windows Server 2008, Windows Server 2008 R2 | No Comments »

Updating the Central Store for Windows 7 Group Policy Administrative Templates

Posted by Alex Verboon on 22nd November 2009

One of the things to consider when deploying Windows 7 clients is to update the Central Store on your domain controllers. If you haven’t created a Central Store yet, I recommend you watch the video or read the documentation I have listed at the end of this post.

If you do have a Central Store already, updating it with the Windows 7 Group Policy Administrative templates is very straight forward. You simply copy the templates that are stored under C:\Windows\PolicyDefinitions on your Windows 7 client to the Central Store which is located at \\FQDN\SYSVOL\FQDN\policies\PolicyDefinitions (FQDN = fully qualified domain name)

A good alternative for copying the files manually is the Vista Central Store Creator Utility from Darren Mar-Elia which automates the whole process of creating and updating the Central Store.

image Related Content
Screencast: How-To Configure the Central ADMX Store
How to create a Central Store for Group Policy Administrative Templates in Window Vista
Group Policy Settings References for Windows and Windows Server

63EHNFN6ZWK8

Tags: , , , ,
Posted in Active Directory, Group Policy, Tip, Windows 7, Windows Server 2008, Windows Server 2008 R2 | 1 Comment »

Changing Internet Explorer Security Settings on Windows Server 2008

Posted by Alex Verboon on 22nd November 2009

While I was preparing my home lab for some Group Policy tests i wanted to perform I got an error when generating a report in the Group Policy Management Console which is running on a Windows Server 2008 with Internet Explorer 8.

The error was: “An error occurred in the script in this page”

A search on the web indicated that this had to do with the Internet Explorer Security Settings, but when I opened the Internet Explorer Security settings I noticed that I could not change them since all buttons were grayed out.

image

But wait a minute, I’m the Administrator on this box, so why should I not be able to change these settings?. Another search on the web pointed me to the Internet Explorer 8 Enhanced Security Configuration which places the server and Internet Explorer in a configuration that decreases the exposure of servers to potential attacks.

To configure the Internet Explorer Enhanced Security Configuration you must open the Server Manager and start “Configure IE ESC” as shown in the screen shot below.

image

Then turn of IE ESC for Administrators.

image

Start Internet Explorer again, and you notice that you can now configure the Security Settings.

image

I then clicked on “Reset all zones to default level”. The next time I opened the Group Policy Manager, I could run the settings report without any error.

Resources:
Internet Explorer 8 Enhanced Security Configuration

Tags: , , , ,
Posted in Group Policy, Internet Explorer, Windows Server 2008 | 1 Comment »

Windows Server 2008-R2 Multilanguage Packs

Posted by Alex Verboon on 2nd September 2009

When I recently browsed through the Windows Download Center I noticed that there is a download for “Windows Server 2008 R2 Multilingual User Interface Language Packs”. Having worked with Multilanguage Packs for the Windows Client operating system since these were introduced with Windows 2000, I was astonished to see these in the public download center, because for Windows Clients you must have a Software Assurance or other Enterprise Agreement with Microsoft to use Multilanguage Packs. So why are these made available for free for the Server operating system?

Well after a long journey through the Microsoft Volume Licensing portal, I finally found an explanation within the Microsoft Product List document.

I found the following 2 statements:

In the case of most server products (e.g., Windows Server), the MUI is included with the base product. Customers licensing those products may use the MUI subject to the use rights for those products. 

Licenses for all editions of Windows Server 2008 include the rights to the Multi-language User Interface (MUI). Customers who downgrade to earlier editions also have the right to use MUI.

Although the above mentioned document contains information for Software that is licensed through Microsoft Volume Licensing programs, I “assume” that this also applies to Server 2008(R2) systems that have an OEM license, otherwise I wouldn’t understand why Microsoft would make available this download for the public.

Related topics:

Windows Multilanguage Packs explained

Windows MUI Knowledge Center

Windows Server 2008 Multilingual User Interface Language Packs

Hyper-V Language Pack Update for Windows Server 2008 x64 Edition (KB951636)

Tags: , , ,
Posted in Deployment, MUI, Windows Server 2008, Windows Server 2008R2 | No Comments »

Volume Activation changes in Windows7

Posted by Alex Verboon on 9th July 2009

Here is another video from TechnetEdge talking about the changes in volume activation for Windows7. What I found interesting to hear is that there will be a patch available for your current KMS server running on Windows Server 2003 or 2008 that will allow your current KMS system recognizing Windows7 clients.

http://edge.technet.com/Media/Volume-Activation-changes-in-Windows-7/

Tags: , , ,
Posted in Deployment, Windows Server 2008, Windows7 | 3 Comments »

Applocker Documentation

Posted by Alex Verboon on 6th July 2009

The AppLocker Technical Documentation for Windows 7 and Windows Server 2008 R2 provides technical guidance about understanding how AppLocker works and how to effectively plan and deploy AppLocker policies.

The download contains two documents:

BETA – AppLocker Frequently Asked Questions.pdf
BETA – Planning and Deploying Windows AppLocker Policies.pdf

Download here

Tags:
Posted in Active Directory, Reading, Security, Windows Server 2008, Windows Server 2008R2, Windows7 | No Comments »

ToolTip – Shell extensions for VHD files

Posted by Alex Verboon on 21st June 2009

If you are running a Hyper-V server, this is something you want to look at. The VHDShellExt.VBS extends the explorer context menu for VHD files with the following functions.

VHD Shell Extensions context menu

Download the script from MSDN Code Gallery and run cscript.exe VHDShellExt.vbs /action:setup for installation. More documentation can be found on Ravikanth’s site.

Tags: , ,
Posted in Hyper-V, Virtualization, Windows Server 2008 | No Comments »

Windows Server 2008 R2 Documentation & Resources

Posted by Alex Verboon on 14th June 2009

Learn more about Windows Server 2008 R2. All documents can be downloaded from here

Tags: , ,
Posted in Knowledge, Reading, Virtualization, Windows Server 2008, Windows Server 2008R2 | No Comments »

Server core configuration made easier on 2008-R2

Posted by Alex Verboon on 25th May 2009

Watch this video on TechnetEdge explaining simplified server core configuration with Server 2008-R2.

Tags: , , ,
Posted in Tip, Windows Server 2008 | No Comments »

Server 2008 R2 survival guide

Posted by Alex Verboon on 10th May 2009

Microsoft has published the Sever 2008 R2 survival guide which is a useful collection of resource links related to Windows Server 2008 R2.

You can download the Windows Server 2008 R2 Documentation Survival Guide from here

Tags: ,
Posted in Tip, Windows Server 2008 | No Comments »

What’s new in Windows Server 2008 R2 Active Directory

Posted by Alex Verboon on 1st May 2009

In the video below Brian Desmond and Laura talk about the new things that come with Windows Server 2008 R2 AD.

Tags: ,
Posted in Active Directory, Knowledge, Windows Server 2008 | No Comments »

Finding FSMO Role Owners

Posted by Alex Verboon on 20th April 2009

In preparation of doing some Group Policy related things, I decided to extend my Home Lab AD infrastructure running on Windows Server 2003, with  Windows Server 2008 and Windows Server 2008R2 domain controllers.

Because at some stage I want to get rid of the Windows 2003 Server I also moved the FSMO roles from the Windows 2003 domain controller to the Windows 2008 domain controller.

I used the steps described in the “Transferring FSMO roles” article. Additional information can also be found in the “How to view and transfer FSMO roles in Windows Server 2003” article.

By searching documentation on how to move FSMO roles, I found the FSMO Roles utility from dovestones software,, that simply shows you who owns the FSMO roles within your current AD infrastructure. 

image

Those who prefer scripts use the code described in “How to Find the FSMO Role Owners Using ADSI and WSH”.

Tags: ,
Posted in Active Directory, Group Policy, Tip, Tools, Windows Server 2008 | 1 Comment »

Playing with BranchCache

Posted by Alex Verboon on 20th April 2009

During the past 2 days I have been looking at the Windows 7 BranchCache feature. After hearing, reading and talking about this for months, it was about time to do some hands-on stuff.

I used the BranchCache Early Adopter’s Guide from Microsoft. If you would have a perfect test environment, the implementation would probably be done in 2-3 hours. For me it took a little bit longer……. but once again, I’ve learned a lot more.

I tested the “Distributed” mode, this is where the BranchCache gets replicated on the clients local disk.

My test environment looked like this:

PC1 – Running VMWare Workstation with a domain controller and 2 Windows7 guests. While the domain controller runs in bridged network mode, i had the two Windows7 clients running in NAT mode, this to make sure they don’t appear in the same subnet as the File Server that has BranchCache enabled. (otherwise nothing will happen)

PC2 – Running VMWare Workstation with a Windows 2008R2 server configured with BranchCache. This server was running with bridged network mode.

The configuration is quite straight forward and can all be done via Group Policies or using the netsh command.

There is no GUI for BranchCache, but using the netsh branchcache commands and perfmon helps you to see if things work.

For more information about BranchCache check the Microsoft TechNet BranchCache site: http://technet.microsoft.com/en-us/network/dd425028.aspx

Tags: , ,
Posted in BranchCache, Windows 7, Windows Server 2008 | 1 Comment »

More about Microsoft product lifecycles

Posted by Alex Verboon on 12th April 2009

As I wrote the previous blog entry I started thinking about all the other products I come across in my daily professional life and started creating the table shown below.

For those that are still running Windows 2000 Server systems, it’s about time to start migrating these because next year the extended support will end.

More product lifecycle information can be found on the Microsoft Product Lifecycle site.

  

Products Released General Availability Date Mainstream Support Retired Extended Support Retired More Information
Windows Client Operating System
Windows 2000 Professional Edition 31.03.2000 30.06.2005 13.07.2010 http://support.microsoft.com/lifecycle/?p1=3071
Windows XP Professional 31.12.2001 14.04.2009 08.04.2014 http://support.microsoft.com/lifecycle/?p1=3223
Windows Vista Enterprise 25.01.2007 10.04.2012 11.04.2017 http://support.microsoft.com/lifecycle/?p1=11737
Windows Server Operating System
Windows 2000 Server 31.03.2000 30.06.2005 13.07.2010 http://support.microsoft.com/lifecycle/?p1=7274
Windows Server 2003, Standard Edition (32-bit x86) 28.05.2003 13.07.2010 14.07.2014 http://support.microsoft.com/lifecycle/?p1=3198
Windows Server 2008 Enterprise 05.06.2008 07.09.2013 07.10.2018 http://support.microsoft.com/lifecycle/?p1=12925
Microsoft System Management Suite
Systems Management Server 2003 20.01.2004 01.12.2010 13.01.2015 http://support.microsoft.com/lifecycle/?p1=2890
System Center Configuration Manager 2007 R2 29.11.2008 14.01.2014 08.01.2019 http://support.microsoft.com/lifecycle/?p1=13876
Microsoft SQL Server
SQL Server 7.0 Enterprise Edition 01.03.1999 31.12.2005 11.01.2011 http://support.microsoft.com/lifecycle/?p1=2862
SQL Server 2005 Enterprise Edition 14.01.2006 12.04.2011 12.04.2016 http://support.microsoft.com/lifecycle/?p1=2855
SQL Server 2008 Enterprise 11.07.2008 14.01.2014 08.01.2019 http://support.microsoft.com/lifecycle/?p1=13165
Microsoft Office Suite
Office 2000 Professional 27.06.1999 30.06.2004 14.07.2009 http://support.microsoft.com/lifecycle/?p1=2484
Office XP Professional 31.05.2001 11.07.2006 12.07.2011 http://support.microsoft.com/lifecycle/?p1=2533
Office 2003 Professional 17.11.2003 14.04.2009 08.04.2014 http://support.microsoft.com/lifecycle/?p1=2488
Office Professional 2007 27.01.2007 10.04.2012 11.04.2017 http://support.microsoft.com/lifecycle/?p1=8753

Tags: , ,
Posted in Knowledge, Licensing, Reading, Vista, Windows 2000, Windows Server 2008, Windows XP | No Comments »