5.0

Table Of Contents
Procedure
1 Copy the virtual machine files from the client machine to a local folder on the View Connection Server
instance.
IMPORTANT Do not access the files using a network share or mapped drive.
2 To decrypt a file, run the vdmadmin command.
vdmadmin -V -rescue -d
desktop
-u
domain
\
user
-infile
path_to_VM_file
Option Description
-d desktop
Specifies the name of the desktop pool.
-infile path_to_VM_file
Specifies the path to the virtual machine file for the local desktop's virtual
machine.
To recover a full virtual machine, specify the name of the VMware virtual
machine configuration file (VMX file) as the argument to the -infile option.
To recover a single disk from a virtual machine, specify the name of the
VMware virtual disk file (VMDK file) for the disk as the argument to the
-infile option. Do not specify a VMDK file that corresponds to a disk slice.
-u domain\user
Specifies the domain and name of the local desktop's end user.
The vdmadmin command writes the decrypted virtual machine files to a subfolder named rescued.
Example: Decrypting Virtual Machine Files
Decrypt a full virtual machine by specifying its VMX file.
vdmadmin -V -rescue -d lmdtpool -u MYCORP\jo -infile
"J:\Temp\LMDT_Recovery\CN=lmdtpool,OU=Applications,DC=mycorp,DC=com.vmx"
List the files that are available for the scsi00 disk of a local desktop's virtual machine.
J:\Temp\LMDT_Recovery>dir /b *scsi00*
52e52b7c26a2f683-42b945f934e0fbb2-scsi00-000001.vmdk
52e52b7c26a2f683-42b945f934e0fbb2-scsi00-000001-s001.vmdk
52e52b7c26a2f683-42b945f934e0fbb2-scsi00-000001-s002.vmdk
52e52b7c26a2f683-42b945f934e0fbb2-scsi00-000001-s003.vmdk
52e52b7c26a2f683-42b945f934e0fbb2-scsi00-000001-s004.vmdk
5215df4df635a14d-caf14c8dbbb14a3d-scsi00.vmdk
5215df4df635a14d-caf14c8dbbb14a3d-scsi00-s001.vmdk
5215df4df635a14d-caf14c8dbbb14a3d-scsi00-s002.vmdk
5215df4df635a14d-caf14c8dbbb14a3d-scsi00-s003.vmdk
5215df4df635a14d-caf14c8dbbb14a3d-scsi00-s004.vmdk
Decrypt the current version of the scsi00 disk by specifying its VMDK file.
vdmadmin -V -rescue -d lmdtpool -u MYCORP\jo -infile
"J:\Temp\LMDT_Recovery\52e52b7c26a2f683-42b945f934e0fbb2-scsi00-000001.vmdk"
What to do next
Use VMware Workstation to power on and examine a decrypted full virtual machine, or
VMware DiskMount to mount a decrypted disk. Alternatively, examine the contents of a decrypted disk by
attaching its VMDK file to a virtual machine in VMware Workstation. When you have recovered the data from
the virtual machine files, roll back the local desktop.
Chapter 14 Managing Local Desktops
VMware, Inc. 285