{
  "version": "https://jsonfeed.org/version/1.1",
  "title": "pssharedgoods",
  "home_page_url": "https://evotec.xyz/fr/tags/pssharedgoods",
  "feed_url": "https://evotec.xyz/fr/tags/pssharedgoods/index.feed.json",
  "description": "Evotec Main Website",
  "items": [
    {
      "id": "https://evotec.xyz/fr/blog/powershell-comparing-advanced-objects",
      "url": "https://evotec.xyz/fr/blog/powershell-comparing-advanced-objects",
      "title": "PowerShell \u2013 Comparing advanced objects",
      "summary": "Two years ago, I wrote a blog post on how you can compare two or more objects visually in PowerShell that works on Windows, Linux, or macOS. I\u2019ve been using that for a while, but it had a specific flaw. Comparing more advanced objects that you often see (for example, returned by Graph API, two config files) wasn\u2019t working correctly, often throwing errors. The reason for this was that having nested hashtables arrays require more advanced logic. Today I\u2019ve updated my module to use the ConvertTo-FlatObject function, which allows the Compare-MultipleObjects function to compare suitably more advanced objects hopefully. Of course, it should not throw errors anymore.",
      "date_published": "2022-02-28T16:22:25.0000000Z",
      "tags": [
        "compare",
        "html",
        "powershell",
        "pssharedgoods",
        "pswritehtml"
      ]
    }
  ]
}