mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-12-16 11:40:53 +01:00
Merge branch 'master' of github.com:fleschutz/PowerShell
This commit is contained in:
commit
12a9e83c65
@ -1,15 +1,14 @@
|
|||||||
<#
|
<#
|
||||||
.SYNOPSIS
|
.SYNOPSIS
|
||||||
Lists all local drives
|
Lists all drives
|
||||||
.DESCRIPTION
|
.DESCRIPTION
|
||||||
This PowerShell script lists the details of all local drives.
|
This PowerShell script lists all local drives as a table.
|
||||||
.EXAMPLE
|
.EXAMPLE
|
||||||
PS> ./list-drives
|
PS> ./list-drives
|
||||||
|
|
||||||
Name Root Used (GB) Free (GB)
|
Name Root Used (GB) Free (GB)
|
||||||
---- ---- --------- ---------
|
---- ---- --------- ---------
|
||||||
C C:\ 76,1 35,0
|
C C:\ 6648,1 744,2
|
||||||
D D:\ 6648,1 744,2
|
|
||||||
.LINK
|
.LINK
|
||||||
https://github.com/fleschutz/PowerShell
|
https://github.com/fleschutz/PowerShell
|
||||||
.NOTES
|
.NOTES
|
||||||
|
Loading…
Reference in New Issue
Block a user