mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-14 03:54:46 +01:00
Added lsmods.ps1
This commit is contained in:
parent
6a9cb3060b
commit
a20cd3f04d
10
Scripts/lsmods.ps1
Executable file
10
Scripts/lsmods.ps1
Executable file
@ -0,0 +1,10 @@
|
||||
#!/snap/bin/powershell
|
||||
#
|
||||
# Syntax: lsmod.ps1
|
||||
# Description: lists the PowerShell modules
|
||||
# Author: Markus Fleschutz
|
||||
# Source: github.com/fleschutz/PowerShell
|
||||
# License: CC0
|
||||
#
|
||||
Get-Module
|
||||
exit 0
|
Loading…
Reference in New Issue
Block a user