about_Core_Commands

適用於: Windows PowerShell 2.0, Windows PowerShell 3.0, Windows PowerShell 4.0, Windows PowerShell 5.0

在此插入簡介。

主題

about_Core_Commands

簡短描述

列出為了與 Windows PowerShell® 提供者搭配使用而設計的 Cmdlet。

詳細描述

Windows PowerShell 包含一組 Cmdlet,其專門設計來管理由 Windows PowerShell 提供者公開之資料存放區中的項目。您可以用相同的方式使用這些 Cmdlet 來管理所有提供者提供給您的不同類型資料 。如需有關提供者的詳細資訊,請輸入 "get-help about_providers"。

例如,您可以使用 Get-ChildItem Cmdlet 來列出在檔案系統目錄中的檔案、登錄機碼下的機碼,或者您寫入或下載的提供者公開項目。

下列是一份專為與提供者搭配使用而設計的 Windows PowerShell Cmdlet 清單:

ChildItem cmdlets
      Get-ChildItem

Content cmdlets
      Add-Content
      Clear-Content
      Get-Content
      Set-Content

Item cmdlets
      Clear-Item
      Copy-Item
      Get-Item
      Invoke-Item
      Move-Item
      New-Item
      Remove-Item
      Rename-Item
      Set-Item

ItemProperty cmdlets
      Clear-ItemProperty
      Copy-ItemProperty
      Get-ItemProperty
      Move-ItemProperty
      New-ItemProperty
      Remove-ItemProperty
      Rename-ItemProperty
      Set-ItemProperty

Location cmdlets
      Get-Location
      Pop-Location
      Push-Location
      Set-Location

Path cmdlets
      Join-Path
      Convert-Path
      Split-Path
      Resolve-Path
      Test-Path

PSDrive cmdlets
      Get-PSDrive
      New-PSDrive
      Remove-PSDrive

PSProvider cmdlets
      Get-PSProvider

如需 Cmdlet 的詳細資訊,請輸入 "get-help <cmdlet-name>"。

另請參閱

about_Providers