Created
January 22, 2016 08:41
-
-
Save stuartleeks/9eb87364a9b2bf7d0cbe to your computer and use it in GitHub Desktop.
Gripping powershell fun ;-)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
get-command Get* | %{ set-alias -name ($_ -replace "^Get","Gert") -Value $_ } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
get-command Set* | %{ set-alias -name ($_ -replace "^Set","PutHeThere") -Value $_ }