Added list-aliases.ps1

This commit is contained in:
Markus Fleschutz
2021-02-27 11:19:57 +01:00
parent ca5ba276d9
commit f7f206df3b
4 changed files with 24 additions and 1 deletions

View File

@ -36,6 +36,7 @@ go-music.ps1, go to the user's music folder
go-scripts.ps1, go to the PowerShell Scripts folder
hibernate.ps1, enables hibernate mode for the local computer (requires admin rights)
inspect-exe.ps1, prints basic information of the given executable file
list-aliases.ps1, lists all PowerShell aliases
list-anagrams.ps1, lists all anagrams of the given word
list-automatic-variables.ps1, lists the automatic variables of PowerShell
list-current-timezone.ps1, lists the current time zone details

1 Script Description
36 go-scripts.ps1 go to the PowerShell Scripts folder
37 hibernate.ps1 enables hibernate mode for the local computer (requires admin rights)
38 inspect-exe.ps1 prints basic information of the given executable file
39 list-aliases.ps1 lists all PowerShell aliases
40 list-anagrams.ps1 lists all anagrams of the given word
41 list-automatic-variables.ps1 lists the automatic variables of PowerShell
42 list-current-timezone.ps1 lists the current time zone details