PowerShell Logo Small

Get-SupportedFileSystems



This is the built-in help made by Microsoft for the command 'Get-SupportedFileSystems', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Gets the file system choices for a specified volume.

SYNTAX


Get-SupportedFileSystems [-DriveLetter] <Char[]> [-AsJob] [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] [<CommonParameters>]
Get-SupportedFileSystems [-AsJob] [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] -FileSystemLabel <String[]> [<CommonParameters>]
Get-SupportedFileSystems [-AsJob] [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] -ObjectId <String[]> [<CommonParameters>]
Get-SupportedFileSystems [-AsJob] [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] -Path <String[]> [<CommonParameters>]
Get-SupportedFileSystems [-AsJob] [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] -InputObject <CimInstance[]> [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-SupportedFileSystems cmdlet gets the file system choices for a specified volume. The file system choices determine your options when you format the volume.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkId=306992
Get-Volume

REMARKS

<

Examples


Example 1: Get the supported file systems

PS C:\>Get-Volume H | Get-SupportedFileSystems
NTFS
REFS



This command gets the supported file systems for the volume named H.