【问题标题】:Is there some way to run ossec win32ui in powershell有没有办法在powershell中运行ossec win32ui
【发布时间】:2019-11-26 05:31:33
【问题描述】:

我想通过powershell自动运行ossec Windows Agent服务(ossec win32ui.exe)。 就像 ossec Linux 代理中的 ossec-control 一样。 有什么方法可以实现这个目标吗?

the result after I run win32ui.exe in powershell 事实上,在这个操作系统中,我已经设置了服务器 IP 和密钥配置,但是这些信息都没有加载。

【问题讨论】:

    标签: powershell ossec


    【解决方案1】:

    您将能够使用Start-Service -Name OssecSvc 运行代理的服务,并在 PowerShell 中通过Stop-Service -Name OssecSvc 停止它。

    最好的问候,如果这不能解决您的问题,请不要犹豫再次问我,

    胡安·卡洛斯

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2017-06-20
      • 2012-10-23
      • 2015-10-11
      • 1970-01-01
      • 2017-02-02
      • 2014-12-01
      相关资源
      最近更新 更多