Add list-recycle-bin.ps1

This commit is contained in:
Markus Fleschutz
2021-05-02 11:14:48 +02:00
parent 9c7a29cc8c
commit bc7ed352fa
3 changed files with 16 additions and 0 deletions

View File

@ -110,6 +110,7 @@ list-processes.ps1, lists the local computer processes
list-profiles.ps1, lists your PowerShell profiles
list-random-passwords.ps1, prints a list of random passwords
list-random-pins.ps1, prints a list of random PIN's
list-recycle-bin.ps1, lists the content of the recycle bin folder
list-scripts.ps1, lists all PowerShell scripts in this repository
list-services.ps1, lists the services on the local computer
list-sql-tables.ps1, lists the SQL server tables

1 Script Description
110 list-profiles.ps1 lists your PowerShell profiles
111 list-random-passwords.ps1 prints a list of random passwords
112 list-random-pins.ps1 prints a list of random PIN's
113 list-recycle-bin.ps1 lists the content of the recycle bin folder
114 list-scripts.ps1 lists all PowerShell scripts in this repository
115 list-services.ps1 lists the services on the local computer
116 list-sql-tables.ps1 lists the SQL server tables