Add list-installed-scripts.ps1

This commit is contained in:
Markus Fleschutz 2023-02-17 13:03:55 +01:00
parent d4f0bde5e1
commit 8fd6cdaf3b

View File

@ -0,0 +1,15 @@
<#
.SYNOPSIS
Lists all installed PowerShell scripts
.DESCRIPTION
This PowerShell script lists all installed PowerShell scripts.
.EXAMPLE
PS> ./list-installed-scripts
.LINK
https://github.com/fleschutz/PowerShell
.NOTES
Author: Markus Fleschutz | License: CC0
#>
Get-InstalledScript
exit # success