{
  "version": "https://jsonfeed.org/version/1.1",
  "title": "powershell 2.0",
  "home_page_url": "https://evotec.xyz/es/tags/powershell-20",
  "feed_url": "https://evotec.xyz/es/tags/powershell-20/index.feed.json",
  "description": "Evotec Main Website",
  "items": [
    {
      "id": "https://evotec.xyz/es/blog/removing-user-from-local-administrator-group-based-on-data-stored-in-active-directory",
      "url": "https://evotec.xyz/es/blog/removing-user-from-local-administrator-group-based-on-data-stored-in-active-directory",
      "title": "Removing user from local administrator group based on data stored in Active Directory",
      "summary": "We need to deal with a group names through SID\u2019s rather than names because each group name is different in different languages. The second problem is to distinguish whether a user is a local or domain user. Finally, I need to connect to Active Directory to verify if the user I am about to remove has ExtensionAttribute10 (or any other field in AD) filled in or not.",
      "date_published": "2019-11-17T21:09:21.0000000Z",
      "tags": [
        "active directory",
        "adsi",
        "powershell",
        "powershell 2.0",
        "windows 7"
      ]
    }
  ]
}