Id would have been helpful to know how you created this array of hastables. And please format your code and sample data and console output as code using the code tags named “PRE”. Thanks.
@{
Groups = 0, 1
Success = $true
Name = 0
Captures = @(0)
Index = 173
Length = 40
Value = 700
ID = 'eruis5746'
},
@{
Groups = 0, 1
Success = $true
Name = 0
Captures = @(0)
Index = 248
Length = 36
Value = 800
ID = 'erui5745'
},
@{
Groups = 0, 1
Success = $True
Name = 0
Captures = @(0)
Index = 323
Length = 35
Value = 900
ID = 'erui5743'
} | Select-Object -Property Groups,Success,Name,Captures,Index,Length,@{Name = 'MyValue'; Expression = {$_.Value.toString() + $_.ID.toString()}}