Is there a tool that can capture a live Server WIM image? Without having to boot the server into WinPE and use imageX. A free or commercial tool would be OK.
Thanks!
Is there a tool that can capture a live Server WIM image? Without having to boot the server into WinPE and use imageX. A free or commercial tool would be OK.
Thanks!
Sure, free solution: you can use volume shadow copy and ImageX to do this on your own.
Then grab the shadow copy's volume ID. (Usually looks like \\?\GLOBALROOT\Device\HarddiskVolumeShadowCopyXX.)
Then get rid of the shadow copy.
Might want to use an exact shadow ID to delete (see the /shadow=XXX switch.)
For a solid enterprise-style solution, see SmartDeploy.
Ghost has this functionality but for GHO not WIM images - http://altirisbe.blogspot.com/2008/12/how-to-use-ghost-imaging-to-create.html