Providers
Providers
A provider
in PowerShell is an interface that allows file system like access to a datastore. There are
a number of built-in providers in PowerShell. One example of providers is environment
, ther is more about it later.
Get-PsProvider
The actual drives can be list with the Get-PSDrive cmdlet.
Get-PSDrive