Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 474 Bytes

File metadata and controls

15 lines (13 loc) · 474 Bytes

#Remove-SPOField Removes a field from a list or a site ##Syntax

Remove-SPOField [-Force [<SwitchParameter>]] [-Web <WebPipeBind>] -Identity <FieldPipeBind> [-List <ListPipeBind>]

##Parameters

Parameter Type Required Description
Force SwitchParameter False
Identity FieldPipeBind True
List ListPipeBind False
Web WebPipeBind False The web to apply the command to. Omit this parameter to use the current web.