VMs are great for many development tasks but can you use them to 'manage' desktops? I'm thinking of setting up some systems so that they can only execute a VM at startup. This seems like a good way to control desktops and keep them running clean. Is this true in practice or does it just add a layer of maintenance on top of the underlying OS?

link|improve this question

feedback

3 Answers

up vote 1 down vote accepted

I think having everyone run a standard image sounds good in the beginning but it doesn't really buy you any more than installing from a standard image. Using a product like ghost seems like it would do just as much for you with out the added hassle of managing a VM environment on every machine

link|improve this answer
feedback

I think there's a big advantage in that you can have a standard image that's hardware-independent.

link|improve this answer
feedback

VM desktops are great for uncommonly used workstations. In our QA environment, the testers can utilize VMs each with different OS/software combinations. This is much simpler than maintaining a room full of physical desktops. You also have the added capability of snapshotting before installing new software to test.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.