Copy Group Membership (Mirror Permissions) for Active Directory Users with PowerShell

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • In this video series I will be breaking down my script that finds all of the Active Directory groups that one user is a member of and makes another user a member of those same groups.
    This procedure is also commonly known as "permissions mirroring" and is used to grant one user the same access rights and permissions of another user.
    Part 1: Core script ft. Get-ADUser and Add-ADGroupMember, Variables, Pipeline
    • Part 1: Core Script - ...
    Part 2: Add Out-GridView for interactive window for group selection
    • Part 2: Interactive Wi...
    Part 3: Advanced function integration
    • Part 3: Advanced Funct...
    Completed scripts, write-ups, and supporting files:
    github.com/car...

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

  • @franckygugus1937
    @franckygugus1937 2 года назад

    thank you very much for this really great course will there be others?

    • @CarlHillIT
      @CarlHillIT  2 года назад

      Thanks! There will be more in the future as ideas come to me. You're more than welcome to make suggestions for content.

  • @mathiaskrueger3336
    @mathiaskrueger3336 2 года назад

    Hi we used that script some time, but new we get ; "Add-ADGroupMember : Cannot find an object with identity: ...." as error. Can someone help please?