I\'m interested in getting the contents of a shelveset at the command prompt. Now, you would think that a cmdlet such as Get-TfsShelveset, available in the TFS Power Tools,
tf status /shelveset:name
will list out the content of the named shelveset (you can also supplier an owner: see tf help status).
tf help status
With the TFS PowerToy's PowerShell snapin:
Get-TfsPendingChange -Shelveset name
for the same information.