Added lsmods.ps1

This commit is contained in:
Markus Fleschutz 2020-07-28 18:47:29 +00:00
parent 6a9cb3060b
commit a20cd3f04d

10
Scripts/lsmods.ps1 Executable file
View 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