Copy AD Groups From One User to Another User

Active Directory Pro
Active Directory Pro
3.7 هزار بار بازدید - 11 ماه پیش - In this video, I demonstrate
In this video, I demonstrate how to copy AD groups from one users to another user. I'll show you how to copy group membership using the AD Pro Toolkit and by using PowerShell.

This is useful to ensure a user has the same permissions (member of) as another user.

AD Pro Toolkit Steps.

1. Click on Group Management
2. Click on Copy Group Membership
3. Select the source and destination accounts
4. Click Run.

PowerShell Steps.

1. Open PowerShell as Administrator
2. Run the following command.

Get-ADUser -Identity username -Properties memberof | Select-Object -ExpandProperty memberof | Add-ADGroupMember -Members username

Blog Post:
https://activedirectorypro.com/copy-g...

Download Free Trial:
https://activedirectorypro.com/downlo...

More AD & Azure Tutorials:
https://activedirectorypro.com/blog/t...
11 ماه پیش در تاریخ 1402/07/04 منتشر شده است.
3,797 بـار بازدید شده
... بیشتر