SharePoint Online SPOMod: Remove-SPOListColumn
This article describes a function of a custom SharePoint Online module available for download and installation on GitHub where it welcomes all your suggestions and contributions.
Remove-SPOListColumn
Removes a list column.
Parameters
ListTitle | Mandatory | Name of the list. |
FieldTitle | Mandatory | String. Name of the column. |
Examples
----- EXAMPLE 1 ------
Remove a single field/column.
Remove-SPOListColumn -ListTitle MyList6 -FieldTitle Fiele5
See Also
SPOMod Cmdlets and Resources
Connect-SPOCSOM
Get-SPOList
Get-SPOListColumn
New-SPOListColumn
Set-SPOListColumn