Skip to content

Commit 12a9e83

Browse files
author
Markus Fleschutz
committed
Merge branch 'master' of github.com:fleschutz/PowerShell
2 parents ba14c43 + a1ff76c commit 12a9e83

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

Scripts/list-drives.ps1

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
<#
22
.SYNOPSIS
3-
Lists all local drives
3+
Lists all drives
44
.DESCRIPTION
5-
This PowerShell script lists the details of all local drives.
5+
This PowerShell script lists all local drives as a table.
66
.EXAMPLE
77
PS> ./list-drives
88
99
Name Root Used (GB) Free (GB)
1010
---- ---- --------- ---------
11-
C C:\ 76,1 35,0
12-
D D:\ 6648,1 744,2
11+
C C:\ 6648,1 744,2
1312
.LINK
1413
https://github.com/fleschutz/PowerShell
1514
.NOTES

0 commit comments

Comments
 (0)