Closed
Description
When -NoClobber
is specified and a command conflict is found the command list is not expanded to show the individual names but rather the type name is shown.
C:\Users\Thomas> Install-PSResource acme-ps -NoClobber
Untrusted repository
You are installing the modules from an untrusted repository. If you trust this repository, change its Trusted value by
running the Set-PSResourceRepository cmdlet. Are you sure you want to install the PSresource from 'PSGallery' ?
[Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "N"): y
Install-PSResource: Command(s) with name(s) 'System.Linq.Enumerable+WhereEnumerableIterator`1[System.Management.Automation.PSObject]' is already available on this system. Installing 'ACME-PS' may override the existing command. If you still want to install 'ACME-PS', remove the -NoClobber parameter.