See: [Powershell hashmap: nested filtering](https://stackoverflow.com/questions/79406020/powershell-hashmap-nested-filtering) Need to further investigate but the assign filter (`=`) should probably also work on arrays using an asterisk like: ```PowerShell $Test | Get-Node '*.*.group.*=SUBSET' ```