Why it doesn't work?

作業のメモ、記録をブログに残しています。

Vagrantによる環境構築(番外編) vagrant up でエラーが発生する。

Vagrantによる環境構築(1) Vagrantのインストール - Why it doesn't work?
から引き続き、Vagrantの設定を行っているのですが、エラーが発生したのでまとめておきます。

環境は、Windows 7 (64bit) Service Pack 1 、インストールしたVagrantのバージョンは2.0.3です。
Vagrantのインストール、設定が完了し、PowerShellで、

vagrant up

を入力すると、以下の様なエラーが発生しました。

The version of powershell currently installed on this host is less than
the required minimum version. Please upgrade the installed version of
powershell to the minimum required version and run the command again.
Installed version: 2
Minimum required version: 3

どうやら、PowerShellのバージョンが低すぎるようです。
Stack Overflowなどで報告されている対応策としては以下の二つです。

今後のことを考えると、まぁ後者でしょうね。。。
PowerShellのバージョンをあげるためには、WMF(Windows Management Framework) のバージョンアップが必要なようです。
もうちょっと時間がかかりそうなので、今日はここまで。
ちなみに、PowerShellのバージョンの確認方法は、こちらです。
zakiyamatakashi.hatenablog.com