請有人可以幫助我與Powershell。我是新手,有點迷路。安裝PowerShellGet模塊
我正在使用Windows 2012 R2,它運行的是Powershell版本4.0。我已升級到5.0版。
看來,當我做基本的命令,我得到的錯誤,例如
PS C:\Windows\system32> Install-Module –Name PowerShellGet –Force –Verbose
安裝-模塊:「安裝-模塊」命令模塊 「PowerShellGet」中發現,但模塊不能被加載。有關更多 信息,請運行「Import-Module PowerShellGet」。在線:1 char:1 + Install-Module -Name PowerShellGet -Force -Verbose + ~~~~~~~~~~~~~~~~~~安裝模塊:字符串[] ,CommandNotFoundException + FullyQualifiedErrorId:CouldNotAutoloadMatchingModule
又如:
PS C:\Windows\system32> import-module PowerShellGet
獲取變量:術語 '獲取變量' 不被識別爲名稱的cmdlet的 ,函數,腳本文件或可操作程序。檢查名稱的拼寫,或者如果包含路徑,請確認路徑 是正確的,然後重試。在C:\ Program Files \ WindowsPowerShell \ Modules \ PowerShellGet \ 1.1.3.2 \ PSModule.psm1:18 char:28 + $ script:IsWindows =(-not(Get-Variable -Name IsWindows -ErrorAction ... + ~~~~~~~~~~~~ + CategoryInfo:ObjectNotFound:(獲取變量:字符串)[],CommandNotFoundException + FullyQualifiedErrorId:CommandNotFoundException
我基本上按照對PowerShellGet安裝方法這裏找到:https://docs.microsoft.com/en-us/powershell/gallery/psget/get_psget_module
我卡在本指南中的「安裝 - 模塊」命令
傑夫嗨,歡迎SO!請花點時間仔細研究以改進您的問題和格式:https://stackoverflow.com/help/how-to-ask – petezurich