{
  "version": "https://jsonfeed.org/version/1.1",
  "title": "pscustomobject",
  "home_page_url": "https://evotec.xyz/de/tags/pscustomobject",
  "feed_url": "https://evotec.xyz/de/tags/pscustomobject/index.feed.json",
  "description": "Evotec Main Website",
  "items": [
    {
      "id": "https://evotec.xyz/de/blog/unlocking-powershell-magic-different-approach-to-creating-empty-pscustomobjects",
      "url": "https://evotec.xyz/de/blog/unlocking-powershell-magic-different-approach-to-creating-empty-pscustomobjects",
      "title": "Unlocking PowerShell Magic: Different Approach to Creating \u2018Empty\u2019 PSCustomObjects",
      "summary": "Today I saw an article from Christian Ritter, \u201CPowerShell: Creating an \u201Cempty\u201D PSCustomObject\u201D on X that got me curious. Do people create empty objects like Christian proposes? I want to offer an alternative to Christian\u2019s article, which uses OrderedDictionary and converts to PSCustomObject.",
      "date_published": "2023-08-10T09:27:32.0000000Z",
      "tags": [
        "conversion",
        "hashtable",
        "ordereddictionary",
        "powershell",
        "pscustomobject"
      ]
    },
    {
      "id": "https://evotec.xyz/de/blog/a-short-story-on-powershell-hashtables-that-beat-me-hard",
      "url": "https://evotec.xyz/de/blog/a-short-story-on-powershell-hashtables-that-beat-me-hard",
      "title": "A short story on PowerShell HashTables that beat me hard",
      "summary": "Today\u2019s story happened a few days back to me, and I think many people may not even know about some object behaviors in PowerShell (just like me). I know some of you may think this is basic PowerShell knowledge but even thou I\u2019ve written a lot of different PowerShell modules I kind of skipped basics. That means I often find myself struggling with something that\u2019s obvious if you\u2019ve done your due diligence before starting to work with the code. But that\u2019s typical me, playing with complicated stuff, failing at simple things.",
      "date_published": "2019-02-03T20:29:09.0000000Z",
      "tags": [
        "PowerShell",
        "powershell hashtable",
        "pscustomobject"
      ]
    }
  ]
}