Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 1.38 KB

File metadata and controls

33 lines (18 loc) · 1.38 KB

Create-Uninstall-Command-for-PowerCLI

VMware PowerCLI のモジュールのアンインストール自動化くん

なんだこれ - What's this?

この 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.

なんでこれがいるんだ - Why this powershell needs

https://twitter.com/UnnoWataru/status/1257502059055595520

一度アンインストールして再インストールするのが正しい手順だそうです。

https://code.vmware.com/docs/10242/powercli-11-5-0-user-s-guide/GUID-36B57546-7378-4ED8-8780-43B6CE9914AF.html

どう使うんだ - How to use this

このスクリプトを .ps1 ファイルとして実行してください。

「C:\temp」にアンインストールするためのコマンドが自動生成されます。

使用例 - Generated Uninstall Commands Sample