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).