Anda dapat mengatasi clash dengan mengawali perintah dengan nama modul :
PsGet terinstal dan menghalangi:
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
menggunakan nama yang memenuhi syarat:
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>
Terima kasih kepada http://windowsitpro.com/blog/dealing-cmdlet-name-conflicts
Nama modul diperoleh dari membaca url dokumentasi - https://msdn.microsoft.com/powershell/reference/5.1/PowerShellGet/install-module
Info lebih lanjut: https://andrwwatt.wordpress.com/2006/05/13/coping-with-a-powershell-naming-clash/
Install-Module
ini digunakan untuk menginstalAzure Resource Manager
.Install-Module
sendiri adalah bagian dari PowerShell 3.0 danAzure Resource Manager
merupakan bagian dari PowerShell 5