什么是替换某些东西的PowerShell命令行开关的正确名称

时间:2012-02-03 23:10:36

标签: powershell

Replace-Something名称的唯一问题是:

WARNING: The names of some imported commands from the module 'Xxxx' include
 unapproved verbs that might make them less discoverable. To find the commands
with unapproved verbs, run the Import-Module command again with the Verbose
parameter. For a list of approved verbs, type Get-Verb.

将替换某些内容的命令行开关的正确名称是什么?

Get-Verb似乎没有任何合适的东西。

3 个答案:

答案 0 :(得分:2)

Here是一个帖子,列出了PowerShell 2.0的已批准动词列表。我建议"更新"。

答案 1 :(得分:1)

'Set'怎么样?就像在Set-Content中一样,意味着替换已经存在的东西。

如果您正在撰写文件,请Update(数据)或Out - 强制(数据)。

答案 2 :(得分:-1)

运行Get-Verb cmdlet并使用您列出的任何内容。