From a1ff76c4952bb20a6e5236b17e545eb99d9aaabb Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Sat, 12 Feb 2022 11:02:15 +0100 Subject: [PATCH] Update list-drives.ps1 --- Scripts/list-drives.ps1 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Scripts/list-drives.ps1 b/Scripts/list-drives.ps1 index 2369d46f..8f9fae90 100755 --- a/Scripts/list-drives.ps1 +++ b/Scripts/list-drives.ps1 @@ -1,15 +1,14 @@ <# .SYNOPSIS - Lists all local drives + Lists all drives .DESCRIPTION - This PowerShell script lists the details of all local drives. + This PowerShell script lists all local drives as a table. .EXAMPLE PS> ./list-drives Name Root Used (GB) Free (GB) ---- ---- --------- --------- - C C:\ 76,1 35,0 - D D:\ 6648,1 744,2 + C C:\ 6648,1 744,2 .LINK https://github.com/fleschutz/PowerShell .NOTES