about_Core_Commands

適用対象: Windows PowerShell 2.0, Windows PowerShell 3.0, Windows PowerShell 4.0, Windows PowerShell 5.0

概要をここに挿入してください。

トピック

about_Core_Commands

概要

Windows PowerShell® プロバイダーと共に使用するように設計されているコマンドレットを一覧表示します。

詳細説明

Windows PowerShell には、Windows PowerShell プロバイダーによって公開されているデータ ストアで項目を管理することを目的としたコマンドレットのセットが含まれています。これらのコマンドレットを同じ方法で使用して、プロバイダーによって使用できるようになるあらゆる種類のデータを管理できます。プロバイダーの詳細については、「get-help about_providers」と入力してください。

たとえば、Get-ChildItem コマンドレットを使用すると、ファイル システム ディレクトリ内のファイル、レジストリ キーにあるキー、または自分で記述またはダウンロードしたプロバイダーによって公開されている項目を一覧表示できます。

次に、プロバイダーと共に使用するように設計されている Windows PowerShell コマンドレットの一覧を示します。

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

コマンドレットの詳細については、「get-help <コマンドレット名>」と入力してください。

関連項目

about_Providers