New-ComplianceSearchAction无效的参数'ShareRootPath'

时间:2018-09-06 10:59:52

标签: powershell office365 exchange-server

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

New-ComplianceSearchAction -SearchName "xxx" -export

我收到以下错误消息:

Die Aufgabe kann nichtausgeführtwerden。 Ursache:Der Wertfürden ShareRootPath参数。 Er sollte im

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

2 个答案:

答案 0 :(得分:0)

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

答案 1 :(得分:0)

我不得不使用

Connect-IPPSSession

代替

Connect-EXOPSSession

在执行New-ComplianceSearchAction cmdlet之前