mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-09 18:19:32 +02:00
Added lscmdlets.ps1
This commit is contained in:
parent
a20cd3f04d
commit
fdebfc51dc
10
Scripts/lscmdlets.ps1
Executable file
10
Scripts/lscmdlets.ps1
Executable file
@ -0,0 +1,10 @@
|
||||
#!/snap/bin/powershell
|
||||
#
|
||||
# Syntax: lscmdlets.ps1
|
||||
# Description: lists the PowerShell cmdlets
|
||||
# Author: Markus Fleschutz
|
||||
# Source: github.com/fleschutz/PowerShell
|
||||
# License: CC0
|
||||
#
|
||||
Get-Command -Command-Type cmdlet
|
||||
exit 0
|
Loading…
Reference in New Issue
Block a user