• Nice,
    Also add schema, first in select
    "Schema" = object_schema_name(Obj.object_id),
    And  may be the following after the inner join sys.objects Obj on Obj.object_id=Indx.object_id line:
    and Obj.name <> 'sysdiagrams'