Install VisioPS
You can find VisioPS in the PowerShell Gallery.
To install for all users (needs Administrator rights)
Install-Module VisioTo install for current user (does not need Administrator rights)
Install-Module Visio -Scope CurrentUserThe Install-Module cmdlet comes with PowerShell 5.0 which is part of with Microsoft Windows 10. To get PowerShell 5.0 for earlier versions of Microsoft Windows see the instructions here: Windows Management Framework 5.0 or above
Last updated