| external help file | SPClientCore.dll-Help.xml |
|---|---|
| Module Name | SPClientCore |
| online version | |
| schema | 2.0.0 |
Removes a column.
Remove-KshColumn [-Identity] <Column> [<CommonParameters>]
The Remove-KshColumn cmdlet removes a column from the current site or the specified group.
PS C:\> Remove-KshColumn -Identity (Get-KshColumn -ColumnId '35aa78a6-66d7-472c-ab6b-d534193842af')Removes a column from the current site.
PS C:\> Remove-KshColumn -Identity (Get-KshColumn -List (Get-KshList -ListTitle 'Announcements') -ColumnId '35aa78a6-66d7-472c-ab6b-d534193842af')Removes a column from the list.
Specifies the column.
Type: Column
Parameter Sets: (All)
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.