Get members of multiple Security Groups using PowerShell

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 พ.ย. 2024

ความคิดเห็น • 25

  • @hs0964
    @hs0964 3 หลายเดือนก่อน

    want to thank you for your videos, really helped me for resolving issue export members of nested dLs
    keep uploading

  • @randalsullivan4453
    @randalsullivan4453 ปีที่แล้ว

    Thank you for the educational and interesting video!
    🙂🙂

  • @lancehudson5356
    @lancehudson5356 2 ปีที่แล้ว +1

    Thank you dude, awesome straight forward video made my life so much easier!

  • @fk8607
    @fk8607 หลายเดือนก่อน

    You saved my job 😁

  • @tiffanynanette4725
    @tiffanynanette4725 2 ปีที่แล้ว +1

    THANKS A LOT, you saved various minutes of work

  • @vinodboddu1991
    @vinodboddu1991 3 ปีที่แล้ว +1

    Pls make a video on usecase in powershell for Citrix

  • @jacobbarrows4296
    @jacobbarrows4296 ปีที่แล้ว

    Hey dran, when I run the Get-ADGroup command and it asks me to specify the nane of the group it will list members. But when i run the script to pukl multiple groups from the .txt file it says none of the groups can be found in the specofied DC even thougb it works individually

  • @mridulwalia9638
    @mridulwalia9638 ปีที่แล้ว

    Bro need your quick help .... if I want to find users from a text file in the groups from text file and get the members

    • @drantrix3950
      @drantrix3950  ปีที่แล้ว

      Hi bro, did you mean that you have a text file which contains the list of security groups and you need to get the members of those each security groups?

  • @klins007
    @klins007 4 ปีที่แล้ว +1

    Its just awesome 🤩.... Clean and crystal clear explanation with simple codes...Thank you so much and please keep going
    Maybe in each video you could put the code below it would be more helpful

    • @drantrix3950
      @drantrix3950  4 ปีที่แล้ว

      Thank you so much Klinsmann!

  • @fk8607
    @fk8607 หลายเดือนก่อน

    Thank you Bro

  • @sahebgoudas
    @sahebgoudas ปีที่แล้ว +1

    Osm 🎉🎉🎉Thanks a lot ..

  • @Consytec_Infraestructura_IT
    @Consytec_Infraestructura_IT ปีที่แล้ว

    Hey Dran, I need to get the local Administrators of many computers remotely that are inside some OUs from the Global Domain. Have you any tool or simple script to achieve this? Thanks in advance!

    • @drantrix3950
      @drantrix3950  ปีที่แล้ว +1

      $Servers = get-content c:\temp\computers.txt
      $output = Invoke-command -computername $servers -scriptblock {Get-localgroupmember -group 'adminstrators'}
      $output | export-csv c:\temp\admins.csv -notypeinformation
      Hi Ale, This script will get the local admins from all the computers you mentioned in the servers.txt file and export them to a CSV file

    • @Consytec_Infraestructura_IT
      @Consytec_Infraestructura_IT ปีที่แล้ว

      @@drantrix3950 Hello, thank you very much for your answer and I have one more question. If the servers that I need are inside sub-OUs, will this script reach them or does it only work with the OU of servers or a direct primary OU?

    • @drantrix3950
      @drantrix3950  ปีที่แล้ว

      Hello! Sorry I got busy, pls let me know if you still help on this, thank you!

  • @sureshiam8350
    @sureshiam8350 3 ปีที่แล้ว

    Super !
    Btw, how do we search multiple OU’s ?

    • @drantrix3950
      @drantrix3950  ปีที่แล้ว

      I'm sure it's been so long and you would;ve already know the answer by now. I've started becoming active in YT now. Let me know if you need help with anything else., thanks

  • @soniq080808
    @soniq080808 4 หลายเดือนก่อน

    Need some urgent help please - how do you filter disabled users in those groups?

  • @MrMegaSuryarao
    @MrMegaSuryarao 3 ปีที่แล้ว

    can you please help in extracting security groups from 6 different domains/servers in a single query?

    • @drantrix3950
      @drantrix3950  ปีที่แล้ว

      I'm sure it's been so long and you would;ve already know the answer by now. I've started becoming active in YT now. Let me know if you need help with anything else., thanks

  • @DS-ol6nc
    @DS-ol6nc 2 ปีที่แล้ว

    I want to know owners of the group, I have 200 group. How to take it, please help

    • @drantrix3950
      @drantrix3950  ปีที่แล้ว

      I'm sure it's been so long and you would;ve already know the answer by now. I've started becoming active in YT now. Let me know if you need help with anything else., thanks