Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 551 Bytes

RemovePnPIndexedProperty.md

File metadata and controls

14 lines (12 loc) · 551 Bytes

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

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

##Parameters

Parameter Type Required Description
Key String True Key of the property bag value to be removed from indexing
Web WebPipeBind False The web to apply the command to. Omit this parameter to use the current web.