Forum Discussion
bhanu chintha
Jun 25, 2018Iron Contributor
Auto created Managed property not refinable - SharePoint Online
Hello Everyone,
I have created a site column in the content type hub (SharePoint Online) and automatically the Crawled & Managed property are being created. I see that the managed property that is being created is not editable from UI even though am the SharePoint Administrator.
May i know if there is any PowerShell script to update existing managed property properties.
Thanks & Regards,
Bhanu
- Kamal PandeyBrass ContributorTry this might help
$mp = GetEnterpriseSearchMetadataManagedProperty -Identity "YOUR MANAGED PROPERTY NAME" -SearchApplication "YOUR SEARCH APP NAME"
Set-SPEnterpriseSearchMetadataManagedProperty -Identity $mp -RespectPriority $true