From "SQL Server DMV Starter Pack" by Louis Davidson and Tim Ford.
Finds tables and indexes that do not show up in the usage statistics.
If SQL Server has been running long enough that you have a complete, representative workload, then there is a good chance that those indexes (and perhaps tables) are "dead", meaning they are no longer used by your database and can potentially be dropped, after doing some further investigation.