Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 468 Bytes

File metadata and controls

13 lines (11 loc) · 468 Bytes

#Remove-SPOIndexedProperty Removes a key from propertybag to be indexed by search. The key and it's value retain in the propertybag, however it will not be indexed anymore. ##Syntax

Remove-SPOIndexedProperty [-Web <WebPipeBind>] -Key <String>

##Parameters

Parameter Type Required Description
Key String True
Web WebPipeBind False The web to apply the command to. Omit this parameter to use the current web.