আপনি মডিউলের নামের সাথে কমান্ডটি উপস্থাপন করে সংঘর্ষটি ঘিরে কাজ করতে পারেন :
পিএসজিট ইনস্টল হয়েছে এবং পথে চলছে:
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
যোগ্য নাম ব্যবহার করে:
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>
Http://windowsitpro.com/blog/dealing-cmdlet-name-conflicts ধন্যবাদ
ডকুমেন্টেশনের ইউআরএল পড়ার মাধ্যমে মডিউলটির নাম - https://msdn.microsoft.com/powershell/references/5.1/PowerShellGet/install-module
আরও তথ্য: https://andrwwatt.wordpress.com/2006/05/13/coping-with-a-powershell-naming-clash/
Install-Module
ইনস্টল করতে ব্যবহার করা হয়Azure Resource Manager
।Install-Module
নিজেইAzure Resource Manager
পাওয়ারশেল