Skip to content

JacquesRaoult/power-shell-functions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

PowerShell

Custom functions for PowerShell

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

About

Custom functions for PowerShell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published