Usage: WBADMIN GET ITEMS -version:VersionIdentifier -backupTarget:{VolumeName | NetworkSharePath} -machine:BackupMachineName ...

Usage: WBADMIN GET ITEMS      -version:VersionIdentifier      [-backupTarget:{VolumeName | NetworkSharePath}]     [-machine:BackupMachineName]  Lists the items included in a specific backup based on the parameters that you  specify.  -version        Specifies the version of the backup in MM/DD/YYYY-HH:MM format,                 as listed by WBADMIN GET VERSIONS.   -backupTarget   Specifies the storage location that contains the backups for                  which you want the details. If WBADMIN GET VERSIONS is run on                  the same server where the backup occurred, this parameter is                  not needed. This parameter is required when you want to recover                 backup on a shared network folder or from another server.                  The location can be a locally-attached disk drive or a shared                  network folder.  -machine        Specifies the name of the computer for which you want the                  backup details. Useful when multiple computers have been backed                 up to the same location. Should be used when -backupTarget is                  specified.  Examples:  WBADMIN GET ITEMS -version:03/31/2005-09:00 WBADMIN GET ITEMS -version:04/30/2005-09:00 -backupTarget:\\servername\share  -machine:server01