mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-10 05:17:44 +02:00
Update the comment-based help
This commit is contained in:
@ -1,19 +1,17 @@
|
||||
<#
|
||||
#Requires -RunAsAdministrator
|
||||
<#
|
||||
.SYNOPSIS
|
||||
check-file-system.ps1 [<drive>]
|
||||
.DESCRIPTION
|
||||
Checks the validity of the file system (needs admin rights)
|
||||
Checks the validity of the file system (needs admin rights).
|
||||
.EXAMPLE
|
||||
PS> .\check-file-system.ps1 C
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
.NOTES
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
#>
|
||||
|
||||
#Requires -RunAsAdministrator
|
||||
|
||||
param([string]$Drive = "")
|
||||
|
||||
try {
|
||||
|
Reference in New Issue
Block a user