主题
    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


  Content cmdlet
      Add-Content
      Clear-Content
      Get-Content
      Set-Content


  Item 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


  Location cmdlet
      Get-Location
      Pop-Location
      Push-Location
      Set-Location


  Path 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-name>"。

另请参阅
    about_Providers




目录