如下说明是翻译: help about_core_commands 产生的帮助信息.
译者: Edengundam(马涛)
核心Cmdlets
简短描述
Windows PowerShell中关于访问数据存储的核心Cmdlets
详细描述
PowerShell核心Cmdlets是一组预定义的Cmdlets, 通过PowerShell Providers 向用提供访问不同数据存储的一致性用户体验. 例如, 你可以使用Get-ChildItem Cmdlet访问不管是Windows文件系统还是Windows注册表. PowerShell Providers能够简化连接不同数据存储, 允许你使用Get-ChildItem和其他的核心Cmdlets以一种一致的方法连接每种数据存储.
PowerShell提供了如下的核心Cmdlets, 并根据Cmdlet中名词进行分类:
ChildItem CMDLETS
· Get-ChildItem
CONTENT CMDLETS
· Add-Content
· Clear-Content
· Get-Content
· Set-Content
DRIVE CMDLETS
· Get-PSDrive
· New-PSDrive
· Remove-PSDrive
ITEM CMDLETS
· Clear-Item
· Copy-Item
· Get-Item
· Invoke-Item
· Move-Item
· New-Item
· Remove-Item
· Rename-Item
· Set-Item
LOCATION CMDLETS
· Get-Location
· Pop-Location
· Push-Location
· Set-Location
PATH CMDLETS
· Join-Path
· Convert-Path
· Split-Path
· Resolve-Path
· Test-Path
PROPERTY CMDLETS
· Clear-ItemProperty
· Copy-ItemProperty
· Get-ItemProperty
· Move-ItemProperty
· New-ItemProperty
· Remove-ItemProperty
· Rename-ItemProperty
· Set-ItemProperty
PROVIDER CMDLETS
· Get-PSProvider
您还可以参考
要查看Cmdlets的相关信息, 输入help的别名 (Get-Help Cmdlet的别名) 和Cmdlet名称. 例如, 要查看关于Add-Content Cmdlet, 输入如下命令:
help Add-Content