mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-21 17:38:19 +02:00
Add list-installed-scripts.ps1
This commit is contained in:
parent
d4f0bde5e1
commit
8fd6cdaf3b
15
Scripts/list-installed-scripts.ps1
Executable file
15
Scripts/list-installed-scripts.ps1
Executable 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
|
Loading…
Reference in New Issue
Block a user