PowerShellでGet-PSRepositoryがWARNINGになる

投稿者: | 2021年12月7日

Windows Server 2016で
PS C:\>Get-PSRepository で WARNING: Unable to find module repositories. が出る。

対応:
PS C:\[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
と、
PS C:\Register-PSRepository -Default
を実行

これで Install-Module -Name PSWindowsUpdate -Force エラーも解消

“Install-Module”はPowerShell 5.0以降でサポートされているコマンドなので、
Windows Server 2012R2のPowerShell 4.0では使えない。
Windows Server 2012R2のPowerShellを5.0にアップデートするには Windows Management Framework 5.1 をインスト-ルする必要あり。

参考:https://debug.to/975/the-term-install-module-is-not-recognized

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

CAPTCHA



The reCAPTCHA verification period has expired. Please reload the page.