Applies To: Windows Server 2008 R2,Windows Server 2008

Dumps a specific cache entry.

Syntax

 Copy Code
bitsadmin /Cache /Info RecordID [/Verbose] 

Parameters

Parameter Description

RecordID

The GUID associated with the cache entry.

Examples

The following example dumps the cache entry with the RecordID of {6511FB02-E195-40A2-B595-E8E2F8F47702}.

 Copy Code
C:\>bitsadmin /Cache /Info {6511FB02-E195-40A2-B595-E8E2F8F47702} 

Additional references