主題 about_Core_Commands 簡短描述 列出設計用來搭配 Windows PowerShell 提供者所使用的 Cmdlet。 完整描述 Windows PowerShell 包含一組 Cmdlet,特別設計用來管理 Windows PowerShell 提供者所公開之資料存放區中的項目。使用這些 Cmdlet 的方式,與提供者為您所提供 的所有不同資料類型的管理方式相同。 如需提供者的詳細資訊,請輸入 "get-help about_providers"。 例如,您可以使用 Get-ChildItem Cmdlet 列出檔案系統目錄中的檔案、登錄機碼下的 機碼,或者由您撰寫或下載的提供者所公開的項目。 以下是設計用來搭配提供者使用的 Windows PowerShell Cmdlet 清單: ChildItem Cmdlet Get-ChildItem 內容 Cmdlet Add-Content Clear-Content Get-Content Set-Content 項目 Cmdlet Clear-Item Copy-Item Get-Item Invoke-Item Move-Item New-Item Remove-Item Rename-Item Set-Item ItemProperty Cmdlet Clear-ItemProperty Copy-ItemProperty Get-ItemProperty Move-ItemProperty New-ItemProperty Remove-ItemProperty Rename-ItemProperty Set-ItemProperty 位置 Cmdlet Get-Location Pop-Location Push-Location Set-Location 路徑 Cmdlet Join-Path Convert-Path Split-Path Resolve-Path Test-Path PSDrive Cmdlet Get-PSDrive New-PSDrive Remove-PSDrive PSProvider Cmdlet Get-PSProvider 如需 Cmdlet 的詳細資訊,請輸入 "get-help <Cmdlet-名稱>"。 請參閱 about_Providers