A set of Windows PowerShell
functions that make day to day life easier
This is a collection of PowerShell
profile helpers functions to improve efficiency.
They are focussed on 3 goals:
- Providing cmdlets for boilerplate PowerShell code that is needed for everyday tasks
- Provide short aliases to improve your PowerShell-Fu
- Provide a list of useful external modules (see install-modules.ps1) and make it faster to get started on a new machine.
If you want to get everything, then take the whole source folder.
Install the 3rd party modules (required by posh-profile.psd1) using .\install-modules.ps1
(or modify as you wish) and import the module in your PowerShell profile as follows:
Import-Module 'Path\To\posh-profile.psd1' -DisableNameChecking
You can also just cherry pick one of self contained modules that are all in their own folder in the source folder.
The modules are all tested using PowerShell 5.1