Copy AD Groups From One User to Another User

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • 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:
    activedirector...
    Download Free Trial:
    activedirector...
    More AD & Azure Tutorials:
    activedirector...

Комментарии • 3