|
|
发表于 2013-11-8 17:00:13
|
显示全部楼层
那么说,我想知道,都哪些命令带有这个参数呢?
或者说
哪些 命令、操作可以,它后面跟者的参数,是更绝对的文件名,而无需转换,转义呢?- GET-COMMAND * -ParameterName LiteralPath
复制代码 即可.
------------------------返回结果如下----------------------------
Function Get-FileHash Microsoft.PowerShell.Utility
Cmdlet Add-Content Microsoft.PowerShell.Management
Cmdlet Add-Type Microsoft.PowerShell.Utility
Cmdlet Clear-Content Microsoft.PowerShell.Management
Cmdlet Clear-Item Microsoft.PowerShell.Management
Cmdlet Clear-ItemProperty Microsoft.PowerShell.Management
Cmdlet Convert-Path Microsoft.PowerShell.Management
Cmdlet Copy-Item Microsoft.PowerShell.Management
Cmdlet Copy-ItemProperty Microsoft.PowerShell.Management
Cmdlet Export-Alias Microsoft.PowerShell.Utility
Cmdlet Export-Clixml Microsoft.PowerShell.Utility
Cmdlet Export-Csv Microsoft.PowerShell.Utility
Cmdlet Export-FormatData Microsoft.PowerShell.Utility
Cmdlet Get-ChildItem Microsoft.PowerShell.Management
Cmdlet Get-Content Microsoft.PowerShell.Management
Cmdlet Get-Item Microsoft.PowerShell.Management
Cmdlet Get-ItemProperty Microsoft.PowerShell.Management
Cmdlet Import-Alias Microsoft.PowerShell.Utility
Cmdlet Import-Clixml Microsoft.PowerShell.Utility
Cmdlet Import-Csv Microsoft.PowerShell.Utility
Cmdlet Invoke-Item Microsoft.PowerShell.Management
Cmdlet Move-Item Microsoft.PowerShell.Management
Cmdlet Move-ItemProperty Microsoft.PowerShell.Management
Cmdlet New-ItemProperty Microsoft.PowerShell.Management
Cmdlet Out-File Microsoft.PowerShell.Utility
Cmdlet Push-Location Microsoft.PowerShell.Management
Cmdlet Remove-Item Microsoft.PowerShell.Management
Cmdlet Remove-ItemProperty Microsoft.PowerShell.Management
Cmdlet Rename-Item Microsoft.PowerShell.Management
Cmdlet Rename-ItemProperty Microsoft.PowerShell.Management
Cmdlet Resolve-Path Microsoft.PowerShell.Management
Cmdlet Save-Help Microsoft.PowerShell.Core
Cmdlet Select-String Microsoft.PowerShell.Utility
Cmdlet Select-Xml Microsoft.PowerShell.Utility
Cmdlet Set-Content Microsoft.PowerShell.Management
Cmdlet Set-Item Microsoft.PowerShell.Management
Cmdlet Set-ItemProperty Microsoft.PowerShell.Management
Cmdlet Set-Location Microsoft.PowerShell.Management
Cmdlet Split-Path Microsoft.PowerShell.Management
Cmdlet Start-Job Microsoft.PowerShell.Core
Cmdlet Tee-Object Microsoft.PowerShell.Utility
Cmdlet Test-Path Microsoft.PowerShell.Management
Cmdlet Unblock-File Microsoft.PowerShell.Utility
Cmdlet Update-Help Microsoft.PowerShell.Core
命令数量=多,powershell才敢说强大. |
|