IThastobecool.com Geeks have opinions too!

29Oct/090

The fundamental flaw of “thin-clients”

Check out this great article by Jeroen van de Kamp:

 http://www.brianmadden.com/blogs/jeroenvandekamp/archive/2009/10/28/the-fundamental-flaws-of-thin-clients.aspx

In his article Jeroen points out why organizations should steer away from “thin-clients” and steer towards ‘thin-PC’s”.

Tagged as: No Comments
13Oct/090

New version of the MDT Wizard Editor is available

As I was browsing a few of my standard blog sites this morning I noticed that Michael Niehaus has uploaded a new version of the MDT Wizard Editor.

Original post by Michael here

Tagged as: No Comments
8Oct/090

Disk to VHD Converter (Disk2VHD)

The Sysinternals guys did it again :) . This time they have given us the "Poor mans P2V" solution, and they call it: Disk2VHD.

image

The idea behind this is pretty cool, they use the Windows Volume Snapshot capability, to create consistent point-in-time snapshots of the volumes you want to convert. It will create one VHD for every disk but it will only include the partitions you select. The really cool thing about this: You can run it ONLINE!

image

There are some (small) limitations the VHD size limit is 127GB (because virtual pc doesn't support bigger VHD’s), and do not attach the VHD’s on the same system you created them because you will get an collision with the signature of the VHD’s source disk.

Ofcourse they put in in their Sysinternals Suite that can be downloaded from here

7Oct/090

Add optional updates to MDT

Since Henk is the MDT guy on this blog he got me interested enough to give it a try. For testing purposes i use and break a lot of virtual machines so using MDT + WDS to recreate them wasn’t such a bad idea. Out of the box you can give your task sequence the option to run windows update post-setup: But then it will run every time :( .  As you all know you can add your own applications as optional packages so you can select them pre-installation. This got me thinking: Let’s add windows update as optional package and use the framework that’s already available for this.

Howto:

  • Add a new application
  • Standard application
    • Quiet installation command
      • cscript.exe "%SCRIPTROOT%\ZTIWindowsUpdate.wsf"

That’s it :)

 MDT UPDATE

Filed under: mdt, Tweak No Comments
5Oct/093

Whoo!! VMware reads our blog.

Or maybe not ;) , it could be they already planned to release a new beta version of ThinApp in november. VMware announced this news at VMworld 2009. The final release is planned for Q1 2010 a little late if you ask me.. since there are already some working versions out there: for instance check Rubens video

Next to that i also found a nice howto that shows how to decompile Thinapp and Xenocode packages created by NickOn and a nice little script that executes Thinreg in a decent way with support for recursive folders (here).

30Sep/090

MDT 2010: Fix for ‘Multiple connections to a server or shared resource by the same user, using more than one user name, are not allowed”

There is now a fix for the problem that MDT 2010 has when connecting to the deployment share with different credentials in sysprep, refresh, replace and custom task-sequences.

Read more about it here

Tagged as: , , , No Comments
10Sep/090

MDT 2010 released!

Microsoft Deployment Toolkit 2010 has been released for public downloading. Get your copy here.

Michael Niehaus did a great series of blog posts on most of the new features of MDT 2010. 

Tagged as: No Comments
8Sep/090

System Center Team announces SCCM 2007 R3

Looks like Microsoft is releasing a "Green IT" release for SCCM....

As posted by Jeff Wettlaufer (Sr. Technical Product Manager System Center at Microsoft)

There are a few areas of focus for ConfigMgr R3, with the main engineering effort concentrating on Power Management.  Here are the goals for this feature:

Power Management
The goal of this capability is to enable Configuration Manager to further reduce the operational costs of IT by providing basic power management features native to the product.  Our approach is based on 3 primary areas:

A. Help the organization plan a power strategy by monitoring current power state and consumptions and reporting on machine utilization trends, current power settings and current energy consumption

B. Enable the Administrator to easily create, deploy and enforce specific power settings using the existing ConfigMgr infrastructure 
   −Ability to set peak and non-peak schedules
   −Ability to remediate settings if changed
   −Ability to opt out machines from power policy

C. Provide the business meaningful report formats that are relevant to Power Management

An effective approach to power management needs to maximize power policy deployment while minimizing the impact to the end-user. System Center Configuration Manager helps customers further reduce their operational costs by adding new in box capability to their ConfigMgr infrastructure, and by seamlessly enabling power management client agent services to their existing Collection landscape.

In addition to power management, ConfigMgr R3 will provide customers with enhanced scale and performance support above current numbers.  In addition, further capabilities – in time for your Window 7 deployments – around Operating System Deployment will be enabled.

Configuration Manager 2007 R3 will release will release as a beta at the end of October 2009, with a targeted release of late Q1 calendar 2010.  Continued blogging and product news, Twitter updates, interviews with key people on the project, and some videos and demos of the new code in action will be releasing over the coming months.

Tagged as: No Comments