{
  "version": "https://jsonfeed.org/version/1.1",
  "title": "get-adgroupmember",
  "home_page_url": "https://evotec.xyz/de/tags/get-adgroupmember",
  "feed_url": "https://evotec.xyz/de/tags/get-adgroupmember/index.feed.json",
  "description": "Evotec Main Website",
  "items": [
    {
      "id": "https://evotec.xyz/de/blog/visually-display-active-directory-nested-group-membership-using-powershell",
      "url": "https://evotec.xyz/de/blog/visually-display-active-directory-nested-group-membership-using-powershell",
      "title": "Visually display Active Directory Nested Group Membership using PowerShell",
      "summary": "In the Active Directory PowerShell module, you have two commands to your disposal that help display group membership. Those are Get-ADGroup and Get-ADGroupMember. The first command contains property Members, which gives you DistinguishedName of all members, and Get-ADGroupMember can provide you either direct members or with Recursive switch all members recursively (skipping groups). Till a few weeks ago, I was a happy user of those commands until I noticed two things. Member property for Get-ADGroup sometimes misses elements for whatever reason.",
      "date_published": "2020-09-02T16:06:48.0000000Z",
      "tags": [
        "Active Directory",
        "adessentials",
        "diagram",
        "get-adgroup",
        "get-adgroupmember",
        "nested groups",
        "powershell",
        "pswritehtml"
      ]
    }
  ]
}