We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba14c43 + a1ff76c commit 12a9e83Copy full SHA for 12a9e83
1 file changed
Scripts/list-drives.ps1
@@ -1,15 +1,14 @@
1
<#
2
.SYNOPSIS
3
- Lists all local drives
+ Lists all drives
4
.DESCRIPTION
5
- This PowerShell script lists the details of all local drives.
+ This PowerShell script lists all local drives as a table.
6
.EXAMPLE
7
PS> ./list-drives
8
9
Name Root Used (GB) Free (GB)
10
---- ---- --------- ---------
11
- C C:\ 76,1 35,0
12
- D D:\ 6648,1 744,2
+ C C:\ 6648,1 744,2
13
.LINK
14
https://github.com/fleschutz/PowerShell
15
.NOTES
0 commit comments