mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-06-30 04:31:39 +02:00
Update description
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
.SYNOPSIS
|
||||
check-drive-space.ps1 [<drive>] [<min-level>]
|
||||
.DESCRIPTION
|
||||
Checks the given drive for free space left.
|
||||
Checks a drive for free space left (20 GB by default)
|
||||
.EXAMPLE
|
||||
PS> .\check-drive-space.ps1 C
|
||||
.LINK
|
||||
|
@ -3,7 +3,7 @@
|
||||
.SYNOPSIS
|
||||
check-file-system.ps1 [<drive>]
|
||||
.DESCRIPTION
|
||||
Checks the validity of the file system (needs admin rights).
|
||||
Checks the file system of a drive (needs admin rights)
|
||||
.EXAMPLE
|
||||
PS> .\check-file-system.ps1 C
|
||||
.LINK
|
||||
|
Reference in New Issue
Block a user