Enumerate shapes
Enumerate currently selected shapes on active page
Get-VisioShape -ActiveSelectionGet all shapes on active page
Get-VisioShape -Name * Get shapes by id
Get-VisioShape -Id 2
Get-VisioShape -Id 2,3Last updated