Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 547 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 547 Bytes

PSGnuwin32

This PowerShell modules comes with a collection of Gnuwin32 tools (inside bin folder). For each tool, it provides an alias to it, so you won't need to add this folder to your path.

Installing

Windows 10 users:

Install-Module PSGnuwin32 -Scope CurrentUser

Otherwise, if you have PsGet installed:

Install-Module PSGnuwin32

Copy all respository content to a folder named PSGnuwin32 in your modules folder (e.g. $Env:USERPROFILE\Eduardo_Sousa\Documents\WindowsPowerShell\Modules\PSGnuwin32\).