VMware PowerCLI のモジュールのアンインストール自動化くん
この PowerShell を実行すると、そのコンピューターに含まれる
VMware PowerCLI モジュールのアンインストールコマンドを自動生成してくれます。
If you need newer version of VMware PowerCLI, you must uninstall existing PowerCLI modules.
Base on that, this PoSH command creates the Uninstall Commands for installed modules currently.
This PoSH requires "C:\temp" Directory existing.
https://twitter.com/UnnoWataru/status/1257502059055595520
一度アンインストールして再インストールするのが正しい手順だそうです。
このスクリプトを .ps1 ファイルとして実行してください。
「C:\temp」にアンインストールするためのコマンドが自動生成されます。