Auto created Managed property not refinable - SharePoint Online

Iron Contributor

 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

1 Reply
Try this might help

$mp = GetEnterpriseSearchMetadataManagedProperty -Identity "YOUR MANAGED PROPERTY NAME" -SearchApplication "YOUR SEARCH APP NAME"
Set-SPEnterpriseSearchMetadataManagedProperty -Identity $mp -RespectPriority $true