Search notes:

System.Management.Automation.ProviderInfo (class)

An instance of System.Management.Automation.ProviderInfo corresponds to a loaded PowerShell provider.
In a PowerShell session, they can be displayed with
PS C:\> get-psProvider

Properties and methods

AltItemSeparator
Capabilities Returns the list of capabilities that the provider has implemented (array of System.Management.Automation.Provider.ProviderCapabilities enums)
Description
Drives Returns a collection of System.Management.Automation.PSDriveInfo objects, or objects that inherit from that class.
HelpFile
Home
ImplementingType
ItemSeparator
Module
ModuleName
Name
PSSnapIn
ToString()
VolumeSeparatedByColon

Index