Enumerating shapes
Enumerate currently selected shapes
$shapes = Get-VisioShape
Get all shapes on page regardless of selection
$shapes = Get-VisioShape *
Last updated
$shapes = Get-VisioShape
$shapes = Get-VisioShape *
Last updated