Puede evitar el choque prefijando el comando con el nombre del módulo :
PsGet instalado y obstaculizando:
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
usando el nombre calificado:
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>
Gracias a http://windowsitpro.com/blog/dealing-cmdlet-name-conflicts
Nombre del módulo obtenido al leer la url de la documentación: https://msdn.microsoft.com/powershell/reference/5.1/PowerShellGet/install-module
Más información: https://andrwwatt.wordpress.com/2006/05/13/coping-with-a-powershell-naming-clash/
Install-Module
se utiliza para instalar elAzure Resource Manager
.Install-Module
en sí es parte de PowerShell 3.0 yAzure Resource Manager
es parte de PowerShell 5