mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-16 07:38:15 +02:00
Improve the .Example section
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
.DESCRIPTION
|
||||
This PowerShell script lists system information of the local computer.
|
||||
.EXAMPLE
|
||||
PS> ./list-system-info
|
||||
PS> ./list-system-info.ps1
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
.NOTES
|
||||
@ -105,4 +105,4 @@ $info = $info | ConvertTo-JSON
|
||||
|
||||
# Output
|
||||
$info
|
||||
exit 0 # success
|
||||
exit 0 # success
|
||||
|
Reference in New Issue
Block a user