How to copy group memberships from one active directory user to another using powershell

Perhaps you made a new domain admin but want all the same permissions as another, or perhaps you want to copy permissions from an already existing user, or maybe you are on a first date trying to impress your date with your powershell skills. The below code snippit should do the trick for you. sourceusername … Read more