charlie8x
10/4/2017 - 3:18 AM

Basic PowerShell Command

Basic PowerShell Command

get-alias

# To look for what the alias is.
get-alias SHORTHAND

# To Update HELP library
update-help -force