Module Name | schema | applicable | online version | external help file | title |
---|---|---|---|---|---|
PnP.PowerShell |
2.0.0 |
SharePoint Online |
PnP.PowerShell.dll-Help.xml |
Clear-PnPDefaultColumnValues |
Clear default column values for a document library
Clear-PnPDefaultColumnValues [-List] <ListPipeBind> -Field <FieldPipeBind> [-Folder <String>]
[-Connection <PnPConnection>]
Clear default column values for a document library, per folder, or for the root folder if the folder parameter has not been specified.
Clear-PnPDefaultColumnValues -List Documents -Field MyField
Clears the default value for the field MyField on a library
Clear-PnPDefaultColumnValues -List Documents -Field MyField -Folder A
Clears the default value for the field MyField on the folder A on a library
Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection.
Type: PnPConnection
Parameter Sets: (All)
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
The internal name, id or a reference to a field
Type: FieldPipeBind
Parameter Sets: (All)
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
A library relative folder path, if not specified it will set the default column values on the root folder of the library ('/')
Type: String
Parameter Sets: (All)
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
The ID, Name or Url of the list.
Type: ListPipeBind
Parameter Sets: (All)
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False