Windows PowerShell 提供者可讓工作階段使用 Windows PowerShell 中的磁碟機,這類提供者屬於 .NET Framework 組件,其將資料存放在 Windows PowerShell 中可用的特定資料存放區,讓您可以方便地檢視和管理資料。如需 Windows PowerShell 提供者的相關資訊,請輸入:

get-help about_providers

若要查看 Windows PowerShell 提供者的清單,請輸入:

get-psprovider

如需取得提供者說明檔案的清單,請輸入:

get-help -category provider

如需特定提供者的相關資訊,請輸入:

get-help <provider-name>

例如,

get-help registry




目錄