Skip to content

Install-PSResource with NoClobber produces command conflict when there is none #204

Closed
@ThomasNieto

Description

@ThomasNieto

During Install-PSResource with -NoClobber produces an error for a command conflict when there is none.

Steps to reproduce.

Get-Command *acme* # returns nothing

Install-PSResource acme-ps -TrustRepository -NoClobber -Verbose
VERBOSE: Current user scope installation path: C:\Users\Thomas\Documents\WindowsPowerShell
VERBOSE: All users scope installation path: C:\Program Files\WindowsPowerShell
VERBOSE: Scope is: CurrentUser
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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions