posh-git のインストール - ここを参照https://github.com/dahlbyk/posh-git
PsGet をインストールしたばかりの場合は、次を実行します。
Install-Module posh-git
正常に動作します。
しかし、Powershell を閉じて再起動すると、次のようになります。
The term 'Install-Module' is not recognized as the name of a cmdlet, function, script file, or operable program.
実行しようとすると。
理由はありますか?