get-Shell | where {$_.pipeline -contains Objects}
And another WTF Programing Praxis :
function get-OpenLockers ($num){1..([math]::sqrt($num))|%{$_*$_}}
Enjoy,
Greetings /\/\o\/\/