mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 13:04:59 +02:00
Update the comment header
This commit is contained in:
@ -2,17 +2,17 @@
|
||||
.SYNOPSIS
|
||||
Lists all network shares of the local computer
|
||||
.DESCRIPTION
|
||||
This script lists all network shares of the local computer.
|
||||
This PowerShell script lists all network shares of the local computer.
|
||||
.EXAMPLE
|
||||
PS> ./list-network-shares
|
||||
|
||||
Name Path Description
|
||||
---- ---- -----------
|
||||
Users C:\Users
|
||||
.NOTES
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
.NOTES
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
#>
|
||||
|
||||
try {
|
||||
|
Reference in New Issue
Block a user