Bạn có thể làm việc xung quanh xung đột bằng cách thêm tiền tố vào lệnh với tên mô-đun :
PsGet được cài đặt và cản trở:
C:\repos> install-module csproj
Module csproj was not found in central repository
At C:\Users\Administrator\Documents\WindowsPowerShell\Modules\PsGet\PsGet.psm1:694 char:13
+ throw "Module $Module was not found in central repository ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : OperationStopped: (Module csproj w...tral repository:String) [], RuntimeException
+ FullyQualifiedErrorId : Module csproj was not found in central repository
sử dụng tên đủ điều kiện:
C:\repos> powershellget\install-module csproj
Untrusted repository
You are installing the modules from an untrusted repository. If you trust this repository, change its InstallationPolicy value by running
the Set-PSRepository cmdlet. Are you sure you want to install the modules from 'PSGallery'?
[Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "N"): y
C:\repos>
Cảm ơn http://windowsitpro.com/blog/deals-cmdlet-name-conflicts
Tên mô-đun thu được từ việc đọc url của tài liệu - https://msdn.microsoft.com/powershell/reference/5.1/PowerShellGet/install-module
Thông tin thêm: https://andrwwatt.wordpress.com/2006/05/13/coping-with-a-powershell-naming-clash/
Install-Module
được sử dụng để cài đặtAzure Resource Manager
.Install-Module
bản thân nó là một phần của PowerShell 3.0 vàAzure Resource Manager
là một phần của PowerShell 5