FileUtility icon indicating copy to clipboard operation
FileUtility copied to clipboard

Installing module

Open Arbelac opened this issue 4 years ago • 1 comments

Hi,

how can I install this module? I have copied those files under C:\Program Files\WindowsPowerShell\Modules. But I can't see it inside Get-Module -Listavailable.

thanks,

Arbelac avatar Dec 06 '21 17:12 Arbelac

@SteveL-MSFT - could you update the readme.md to include the install command and mention the module requires PS7+?

The gallery page has that stuff but not the Readme.md in this repo. And since the Readme.md refers to it as FileUtility, but the module name is actually Microsoft.PowerShell.FileUtility, folks may look at the Readme.md and try "install-module FileUtility".

Install-Module -Name Microsoft.PowerShell.FileUtility -AllowPrerelease

craiglandis avatar Dec 06 '21 19:12 craiglandis