PowerShell Custom functions for PowerShell Open PowerShell profile notepad $PROFILE If not existing create it New-Item -Path $PROFILE -Type File -Force notepad $PROFILE Copy / paste functions from this repository to profile Save and reload profile . $PROFILE