I had some time to play with this as well
Let me know if this works with the same results
get-navol | % {
if (get-navoloption $_.name | ? {$_.name -eq "fractional_reserve" -and $_.value -eq "100"}) {
write-host $_.name
}
}
I'm not building a select statement with expressions, but im curious to see if this is the same result