Enumerate user memberships with Powershell

Enumerating user memberships is a common task to perform.  Unlike other scripting languages, with Powershell it’s a one-line action. First download/install Quest AD Tools, and add them: add-pssnapin quest.activeroles.admanagement I …