Merge branch 'master' of github.com:fleschutz/PowerShell

This commit is contained in:
Markus Fleschutz 2022-02-14 12:42:02 +01:00
commit 12a9e83c65

View File

@ -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