Waltz,

I modified my code above to reflect the change. There's no good reason to turn off groups just because the user is not an admin. The groups cannot be manipulated from this program (currently). I just changed the line...

$lstGroups.Enabled = $ADMINUSER
to
$lstGroups.Enabled = 1

This causes the Groups window to be enabled for all users. Let me know if you find anything else. Thanks for the input.

Ben