PowerShell/scripts/list-installed-scripts.ps1

16 lines
311 B
PowerShell
Raw Normal View History

2023-10-31 12:33:36 +01:00
<#
2023-02-17 13:03:55 +01:00
.SYNOPSIS
Lists all installed PowerShell scripts
.DESCRIPTION
This PowerShell script lists all installed PowerShell scripts.
.EXAMPLE
2023-08-06 21:35:36 +02:00
PS> ./list-installed-scripts.ps1
2023-02-17 13:03:55 +01:00
.LINK
https://github.com/fleschutz/PowerShell
.NOTES
Author: Markus Fleschutz | License: CC0
#>
Get-InstalledScript
exit # success