Documentation
Documentation is here http://sdrv.ms/11AWkp7Files
An MSI is provided for east installation. If you want to manually install, the ZIP file is provided.Changes in version 1.1.8
- Added Get-VisioShapeCell cmdlet
- Added Get-VisioShapeCell cmdlet
Changes in version 1.1.7
Fixed a bug in resizing pages to fit contentsChanges in version 1.1.6
- Cmdlets that return possible multiple values now place those items as individual objects in the PowerShell pipeline instead of passing a collection object
- Set-VisioActivePage was changed to Set-VisioPage
- Enhanced Verbose logging
Changes in version 1.1.5
Fixed bug when using -Shapes parameterSet-VisioPage has more alternatives
Set-VisioActivePage -Flag FirstPage
Set-VisioActivePage -Flag LastPage
Set-VisioActivePage -Flag NextPage
Set-VisioActivePage -Flag PreviousPage
Set-VisioActivePage -Name "Mypage"
Set-VisioActivePage -Page $p #where $p is a Visio Page object