Powershell New-EventLog错误

时间:2013-10-17 17:40:54

标签: powershell

我在执行以下命令时遇到错误。

命令:

New-EventLog –LogName "Windows PowerShell" –Source "Powershell PO Instance"

错误:

The term 'New-EventLog' is not recognized as a cmdlet, function, operable program, or script file. Verify the term and try again.
At line:1 char:13
+ New-EventLog  <<<< -LogName "Windows PowerShell" -Source "Powershell PO Instance"

有人可以帮我解决这个问题吗?

1 个答案:

答案 0 :(得分:0)

您没有具有New-EventLog cmdlet的PowerShell版本。 运行以下命令以获取可供您使用的命令列表。

get-command