我在执行以下命令时遇到错误。
命令:
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"
有人可以帮我解决这个问题吗?
答案 0 :(得分:0)
您没有具有New-EventLog cmdlet的PowerShell版本。 运行以下命令以获取可供您使用的命令列表。
get-command