< Back

Get-FreeNasDisk

Mon Jan 13, 2020 7:44 pm

NAME Get-FreeNasDisk



SYNOPSIS

This function return all disk present on your FreeNas Server





SYNTAX

Get-FreeNasDisk [<CommonParameters>]





DESCRIPTION

This function return all disk present on your FreeNas Server





PARAMETERS

<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



NOTES





This command allow to find all disk available on your FreeNas or TrueNas server



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Get-FreeNasDisk



Name Size_GB

---- -------

ada0 20

da0 30

da1 30

da2 30

da3 30

da4 30

da5 30

da6 30











RELATED LINKS