Mark Llobrera

Disable All Drupal Modules with Drush

Daniel Ochoa had a good tip on how to use Drush to disable all non-core modules from a Drupal site.

drush pm-disable `drush pm-list --no-core --type=module --pipe`