We boot into MDT and the drop out to the command line map a drive to the deployment share and run the imagex command from \deploymentshare\tools\x64\ and then run the following imagex command:
Imagex /capture d: s:\captures\filename.wim “description” /compress fast /verify
What I find is that the description always ends up as part of my file name. When I review the MS article for syntax it appears that my command is correct, but I find other NON Microsoft examples that show up as imagex /capture nameof_file.wim c: "description" /compress fast /verify
I have also tried imagex /capture d:\name.wim s:\captures "description" /compress fast /verify with the same result.
to be clear the issue with not in capturing the image, but getting the description to populate the meta data field "Description" rather than being appended to the file name. If I skip the "description" from the imagex /capture the command will not run.
We are running MDT 2013 Update 2.
I have tried using the MDT capture TS but have not had luck in getting that process to work, so I use what has worked for me in the past.