{
  "version": "https://jsonfeed.org/version/1.1",
  "title": "cleanup",
  "home_page_url": "https://evotec.xyz/de/tags/cleanup",
  "feed_url": "https://evotec.xyz/de/tags/cleanup/index.feed.json",
  "description": "Evotec Main Website",
  "items": [
    {
      "id": "https://evotec.xyz/de/blog/mastering-active-directory-hygiene-automating-sidhistory-cleanup-with-cleanupmonster",
      "url": "https://evotec.xyz/de/blog/mastering-active-directory-hygiene-automating-sidhistory-cleanup-with-cleanupmonster",
      "title": "Mastering Active Directory Hygiene: Automating SIDHistory Cleanup with CleanupMonster",
      "summary": "Security Identifier (SID) History is a useful mechanism in Active Directory (AD) migrations. It allows users and groups in a new domain to retain access to resources that still rely on permissions from the old domain. However, once migrations are completed, these historical SIDs can become clutter, posing both security and administrative challenges. While it\u2019s best to remove unnecessary SID History as soon as you\u2019re done migrating, many environments skip this step. Over time, decommissioned or broken trusts make cleanup more difficult, and domain objects can accrue so many old entries that you lose track of what is still required.",
      "date_published": "2025-03-16T18:47:45.0000000Z",
      "tags": [
        "Active Directory",
        "activedirectory",
        "cleanup",
        "powershell"
      ]
    },
    {
      "id": "https://evotec.xyz/de/blog/mastering-active-directory-hygiene-automating-stale-computer-cleanup-with-cleanupmonster",
      "url": "https://evotec.xyz/de/blog/mastering-active-directory-hygiene-automating-stale-computer-cleanup-with-cleanupmonster",
      "title": "Mastering Active Directory Hygiene: Automating Stale Computer Cleanup with CleanupMonster",
      "summary": "Have you ever looked at your Active Directory and wondered, \u201CWhy do I still have computers listed that haven\u2019t been turned on since World Cup 2016?\u201D Yeah, we\u2019ve all been there. Keeping AD clean and up-to-date is like trying to organize your garage\u2014it\u2019s easy to put off until it becomes a total mess.",
      "date_published": "2024-08-25T13:14:39.0000000Z",
      "tags": [
        "active directory",
        "ad",
        "cleanup",
        "intune",
        "microsoft entra",
        "powershell"
      ]
    },
    {
      "id": "https://evotec.xyz/de/blog/how-to-efficiently-remove-comments-from-your-powershell-script",
      "url": "https://evotec.xyz/de/blog/how-to-efficiently-remove-comments-from-your-powershell-script",
      "title": "How to Efficiently Remove Comments from Your PowerShell Script",
      "summary": "As part of my daily development, I create lots of code that I subsequently comment on and leave to ensure I understand what I tried, what worked, and what didn\u2019t. This is my usual method of solving a problem. Sure, I could commit it to git and then look it up, and I do that, but that doesn\u2019t change my behavior where I happen to have lots of \u201Cjunk\u201D inside of my functions that stay commented out. While this works for me, and I\u2019ve accepted this as part of my process, I don\u2019t believe this should be part of the production code on PowerShellGallery or when the code is deployed.",
      "date_published": "2023-08-20T15:43:09.0000000Z",
      "tags": [
        "cleanup",
        "comment",
        "powershell",
        "remove",
        "script"
      ]
    }
  ]
}