PowerShell 7.3 - Issue with Sorting Objects by Nested Properties in a Custom Object Array
👀 Views: 1
💬 Answers: 1
📅 Created: 2025-06-10
powershell sorting objects
I'm working with an array of custom PowerShell objects and need to sort them based on a nested property, but I'm running into issues with the sort order not beh...