$ 0 0 The below will list the Powered Off VMs with Notes Get-VM | where {$_.powerstate -match "off"} | Select Name, @{N='Notes';E={$_.Notes.replace("`n",' ')}} | FT -autosize