Archive

Archive for the ‘Operating Systems’ Category

ConfigMgr 2012 – Offline Service for OS Images

March 13th, 2012 No comments

OS Deployment and patch management has always been big challenge for many admins around the world. Not just the testing, but also to get the customer image patched made many ConfigMgr admins a lot older Smiley.

One of the new features in ConfigMgr 2012 allows you to apply updates to an OS image that’s been imported to the ConfigMgr 2012 library. This feature only supports "Component Based Servicing" (CBS) updates, and can be applied to Windows Vista and above.

To use this feature, navigate to Software Library -> Overview -> Operating SystemsOperating System Images, select the Image that you wish to update, and click Schedule Updates from the ribbon.

clip_image002

On the choose Updates page, you can select the updates that you wish to add to your image. The list only contains updates that meets the following criteria:

  • CBS Updates
  • The updates must be deployed in the ConfigMgr 2012 environment.
  • The updates have not been applied to the image file.
    Click Next.

clip_image003

Select a time for the servicing to occur, and click Next.

clip_image004

Review the summary page, and click Next. (and then Finish).

clip_image005

So… What happens under the hood ?

First the *.wim file and the selected updates are copied from the content library to a temp folder (D:\ConfigMgr_OfflineImageServicing\). To speed up the build process, you might want to exclude this folder in your anti-malware scanner.

The wim files gets mounted in the temp folder, and the updates are applied (using DISM). If the *.wim contains more than one image, all images in the *.wim file will get the updates applied.

If the process complete successfully, the wim is restored to the package source. The original copy of the .wim file is saved as a backup copy (*.wim.bak).

clip_image006

After the process is completed, the update status can be viewed from within the console.

clip_image007

To view the updates that are applied to an image, select the image and click Properties (in the ribbon), and select the Installed Updates tab.
Only updates that’s installed through the Offline Service feature, will be displayed here.

clip_image008

When everything is complete, and you’re happy with the result, you still need to perform an “Update Distribution Point” action on the image, in order to get the new updated image deployed to your clients.

 

Monitoring and Troubleshooting

You can monitor the update process a couple of different places.

In the console. Software Library -> Overview -> Operating SystemsOperating System Images.

clip_image010

Most ConfigMgr admins love the log files Smiley, and this process has a log file too (OfflineServicingMgr.log).
This log file is very useful, and are also great for troubleshooting.
Notice that the commit changes process was almost an hour, so please be patient when you test this feature in your lab.

clip_image012

Happy patching Smiley

What’s New in System Center 2012 SP1 – Virtual Machine Manager

March 9th, 2012 No comments

    Virtual Machine Manager (VMM) in the community technology preview (CTP) of System Center 2012 SP1 provides the following new features:

  • Network virtualization

  • VHDX support

  • Support for file shares that use the Server Message Block (SMB) 2.2 protocol

  • Live migration enhancements

VMM in the CTP release of System Center 2012 SP1 provides support for the network virtualization capabilities available in Windows Server "8" Beta.

Network virtualization provides the ability to run multiple virtual network infrastructures, potentially with overlapping IP addresses, on the same physical network. With network virtualization, each virtual network infrastructure operates as if it is the only one running on the shared network infrastructure. This will allow two different business groups using VMM to use the same IP addressing scheme without conflict. In addition, network virtualization provides isolation, so that only those virtual machines on a specific virtual network infrastructure can communicate with each other.

VHDX Support

VMM in the CTP release of System Center 2012 SP1 supports the new version of the virtual hard disk (VHD) format that is introduced in Windows Server "8" Beta. This new format is referred to as VHDX. VHDX has a much larger storage capacity (up to 64 TB) than the older VHD format. It also provides data corruption protection during power failures. Additionally, it offers improved alignment of the virtual hard disk format to work well on large-sector physical disks.

SMB 2.2 File Shares

VMM in the CTP release of System Center 2012 SP1 adds support for designating network file shares on Windows Server "8" Beta computers as the storage location for virtual machine files, such as configuration, virtual hard disk (.vhd/.vhdx) files and checkpoints. This functionality leverages the new 2.2 version of the Server Message Block (SMB) protocol that is introduced in Windows Server "8" Beta.

Live Migration Enhancements

VMM in the CTP release of System Center 2012 SP1 includes several live migration enhancements that enable the migration of a running virtual machine with no downtime.

Source and more information:

http://www.microsoft.com/download/en/confirmation.aspx?id=29094

Save the Windows 8 BitLocker Recovery Key on SkyDrive

March 5th, 2012 No comments

I’ve been playing around with Windows 8 Beta today, and it’s amazing how well the OS integrates with Windows Live, SkyDrive and other cloud services.

When I wanted to enable BitLocker it even recommended to save the recovery key to SkyDrive.

Awesome. Looking forward to see the final release in a near future.

image

image

image

Remote Server Administration Tools (RSAT) for Windows 7 SP1

April 11th, 2011 No comments

It’s finally here… Smiley 

Brief Description

Remote Server Administration Tools for Windows® 7 with SP1 enables IT administrators to manage roles and features that are installed on computers that are running Windows Server® 2008 R2, Windows Server® 2008, or Windows Server® 2003, from a remote computer that is running Windows 7 or Windows 7 with SP1.

RSAT SP1 can be downloaded here.

Microsoft File Server Migration Toolkit 1.1

October 29th, 2008 No comments

Microsoft has just released and updated version of this great tool. FSMT offers a step-by-step process, simplifying the task of migrating file services. It provides the necessary tools to help minimize the impact to users, resulting in a more manageable environment.

The main reason for this updated release is support for Windows Server 2008. I’ve already used the beta version on several projects, where customers where migrating to Windows Server 2008.

Read more about this great utility here:
http://go.microsoft.com/fwlink/?LinkId=128527

Download FSMT here:
http://www.microsoft.com/downloads/details.aspx?FamilyID=d00e3eae-930a-42b0-b595-66f462f5d87b&DisplayLang=en

Enjoy.

Categories: Windows Server 2008 Tags:

Hyper-V Server 2008 Getting Started Guide

October 1st, 2008 No comments

This guide helps you become familiar with Microsoft Hyper-V Server 2008 by providing instructions for creating a virtual machine and configuring virtual networks. For more information about Hyper-V Server 2008, see the Microsoft Web site (http://go.microsoft.com/fwlink/?LinkId=129170).

Download: http://www.microsoft.com/downloads/details.aspx?FamilyID=26426203-de3c-4d74-851e-4e1388a81d5f&DisplayLang=en

Categories: Books, Windows Server 2008 Tags:

Hyper-V Now Available!

June 28th, 2008 No comments

Hyper-V, one of the key features of Windows Server 2008, has now released to manufacturing (RTM) and is available for deployment into production environments. A beta of Hyper-V was included with Windows Server 2008 and this update provides the final release. The Hyper-V update will be available through Windows Update from July 8th.

I’ve upgraded my test lab running Hyper-V RC1 to the RTM version, and so far everything is running smoothly.

The official Press Release from Microsoft.

Additional information:

Download:

Categories: Windows Server 2008 Tags:

Windows Server 2008 Videos

June 3rd, 2008 No comments

Check out these cool Windows Server 2008 videos…

Windows Server 2008 – Crouching Robot

[youtube=http://www.youtube.com/watch?v=AcEhE3xa-mQ&hl=en]

Windows Server 2008 – Command Line

[youtube=http://www.youtube.com/watch?v=YO5qMdTvtww&hl=en]

Windows Server 2008 – Exerciser

[youtube=http://www.youtube.com/watch?v=IlqQFr3TUIo&hl=en]

More great stuff about Windows Server 2008 can be found at http://serverunleashed.com.

Categories: Windows Server 2008 Tags:

Hyper-V RC1 Release Available

May 20th, 2008 No comments

Update for Windows Vista (KB949587)
Install this update to enable remote management of a Windows Server 2008 computer running the Hyper-V RC1 role.

Update for Windows Server 2008 x64 Edition (KB950049)
The Release Candidate 1 (RC1) update to the Hyper-V role provides improvements to security, stability, performance, user experience, forward compatibility of configurations, and the programming model.

Update for Windows Vista for x64-based Systems (KB949587)
Install this update to enable remote management of a Windows Server 2008 computer running the Hyper-V RC1 role.

Categories: Windows Server 2008 Tags:

Windows XP Service Pack 3 ready for everyone

May 6th, 2008 No comments

Windows XP Service Pack 3 (SP3) is officially available for all languages and also published on Windows Update. Windows XP Service Pack 3 includes all previously released updates for the operating system. This update also includes a small number of new functionalities, which do not significantly change customers’ experience with the operating system.

Download:
http://www.microsoft.com/downloads/details.aspx?displaylang=da&FamilyID=5b33b5a8-5e76-401f-be08-1e1555d4f3d4

Categories: Windows XP Tags: