【问题标题】:New-ComplianceSearchAction Invalid parameter 'ShareRootPath'New-ComplianceSearchAction 参数“ShareRootPath”无效
【发布时间】:2018-09-27 20:42:57
【问题描述】:

我对现有的搜索结果“xxx”运行以下命令:

New-ComplianceSearchAction -SearchName "xxx" -export

我收到以下错误消息:

Die Aufgabe kann nicht ausgeführt werden。 Ursache: Der Wert für den ShareRootPath 参数是 ungültig。嗯嗯

任何想法,“ShareRootPath 参数”是什么意思?文档中没有这样的参数...

【问题讨论】:

    标签: powershell office365 exchange-server


    【解决方案1】:

    此 cmdlet 在本地 Exchange 和基于云的服务中可用。某些参数和设置可能是一种环境或另一种环境所独有的。 您可以参考此link 寻求帮助。

    【讨论】:

    • 在您已链接到的帮助中,我找不到“ShareRootPath”参数。
    • 正如我所说,在特定环境中可能会有这样的参数。可惜我也没有找到对应的参数。
    【解决方案2】:

    我不得不使用

    Connect-IPPSSession
    

    而不是

    Connect-EXOPSSession
    

    在执行 New-ComplianceSearchAction cmdlet 之前

    【讨论】:

      猜你喜欢
      • 2016-07-07
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多