PowerShell Logo Small

Get-StorageProvider



This is the built-in help made by Microsoft for the command 'Get-StorageProvider', in PowerShell version 3 - as retrieved from Windows version 'Microsoft Windows Server 2012 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

Returns a list of the storage providers available on the local computer.

SYNTAX


Get-StorageProvider [[-Name] <String[]>] [-AsJob [<SwitchParameter>]] [-CimSession <CimSession[]>] [-Manufacturer <String[]>] [-ThrottleLimit
<Int32>] [<CommonParameters>]
Get-StorageProvider [-AsJob [<SwitchParameter>]] [-CimSession <CimSession[]>] [-Manufacturer <String[]>] [-ThrottleLimit <Int32>] [-URI
<Uri[]>] [<CommonParameters>]
Get-StorageProvider [-AsJob [<SwitchParameter>]] [-CimSession <CimSession[]>] [-StorageSubSystem <CimInstance>] [-ThrottleLimit <Int32>]
[<CommonParameters>]
Get-StorageProvider [-AsJob [<SwitchParameter>]] [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] [-UniqueId <String[]>]
[<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-StorageProvider cmdlet returns a list of the storage providers available on the local computer. This cmdlet returns a list of the
available storage providers available to the computer, such as a SMP hardware provider, or a SMI-S provider connection.



<

RELATED LINKS

Get-StorageSubsystem

REMARKS

<

Examples


EXAMPLE 1

PS C:\> Get-StorageProvider
Type Name Manufacturer
---- ---- ------------
SMP Storage Spaces Management Provider Microsoft Corporation



This example displays the Storage Spaces provider. When run without additional filters, this cmdlet will display all available Storage
Management Providers on the system.