Enumerate shapes

Enumerate currently selected shapes on active page

Get-VisioShape -ActiveSelection

Get all shapes on active page

Get-VisioShape -Name * 

Get shapes by id

Get-VisioShape -Id 2
Get-VisioShape -Id 2,3

Last updated