Uninstall VisioPS
Before uninstalling
Close all instances of PowerShell and PowerShell ISE and any other PowerShell clients
Uninstall method 1
Get-Module -ListAvailable -Name Visio  | Uninstall-ModuleUninstall method 2
First find the module's location
Get-Module -ListAvailable -Name VisioThen delete the Visio folder.
Last updated