about_Core_Commands

업데이트 날짜: 2014년 5월

적용 대상: Windows PowerShell 2.0, Windows PowerShell 3.0, Windows PowerShell 4.0

여기에 소개를 삽입합니다.

항목

about_Core_Commands

간단한 설명

Windows PowerShell® 공급자와 함께 사용하도록 디자인된 cmdlet을 나열합니다.

자세한 설명

Windows PowerShell에는 Windows PowerShell 공급자를 통해 노출되는 데이터 저장소에서 항목을 관리하도록 특별 디자인된 cmdlet 집합이 포함됩니다. 이들 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