我希望将爬行的属性映射到使用PowerShell for SharePoint Online的托管属性。我已经创建了一个站点列"ExcludeContent“并添加到列表中,现在我已经管理了属性"ExcludeContent”,我想将它映射到爬行属性"ows_ExcludeContent".我已经找到了Get-SPEnterpriseSearchMetadataManagedProperty,但它只对SharePoint Server有效。我们能用PowerShell实现它吗?
发布于 2021-08-11 09:18:33
根据我的研究和测试,我们不能通过SharePoint Online中的powershell命令建立爬行属性和托管属性之间的映射关系。
因为"Get-SPEnterpriseSearchMetadataManagedProperty“只适用于SharePoint服务器。
参考:
https://stackoverflow.com/questions/68713042
复制相似问题