It should be mentioned too that using ALTER TABLE REBUILD rebuilds, and thereby enables, all indexes on the table. This statement from the documentation should probably be amended top state the behavior explicitly:
To rebuild and enable a disabled index, use the ALTER INDEX REBUILD statement or the CREATE INDEX WITH DROP_EXISTING statement.