Added list-installed-software.ps1

This commit is contained in:
Markus Fleschutz
2020-12-30 10:55:01 +00:00
parent 8ace5fcff2
commit d3b578d12f
3 changed files with 17 additions and 0 deletions

View File

@ -19,6 +19,7 @@ inspect-exe.ps1, prints basic information of the given executable file
list-anagrams.ps1, lists all anagrams of the given word
list-empty-dirs.ps1, lists empty subfolders in a directory tree
list-files.ps1, lists all files in the given folder and also in every subfolder
list-installed-software.ps1, lists the installed software
list-logbook.ps1, lists the content of the logbook
list-unused-files.ps1, lists unused files in a directory tree
list-cmdlets.ps1, lists the PowerShell cmdlets

1 Filename Description
19 list-anagrams.ps1 lists all anagrams of the given word
20 list-empty-dirs.ps1 lists empty subfolders in a directory tree
21 list-files.ps1 lists all files in the given folder and also in every subfolder
22 list-installed-software.ps1 lists the installed software
23 list-logbook.ps1 lists the content of the logbook
24 list-unused-files.ps1 lists unused files in a directory tree
25 list-cmdlets.ps1 lists the PowerShell cmdlets