You could use "SP_HELPINDEX Table_Name", but Kimberly Tripp has a stored procedure (that can be found here), which is better example, as it shows more about the indexes, including columns and filter definition, for example:
Usage:
USE Adventureworks
EXEC sp_SQLskills_SQL2012_helpindex ...