Skip to content

Latest commit

 

History

History
105 lines (76 loc) · 2.17 KB

Clear-PnPDefaultColumnValues.md

File metadata and controls

105 lines (76 loc) · 2.17 KB
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-PnPDefaultColumnValues

SYNOPSIS

Clear default column values for a document library

SYNTAX

Clear-PnPDefaultColumnValues [-List] <ListPipeBind> -Field <FieldPipeBind> [-Folder <String>]
 [-Connection <PnPConnection>] 

DESCRIPTION

Clear default column values for a document library, per folder, or for the root folder if the folder parameter has not been specified.

EXAMPLES

EXAMPLE 1

Clear-PnPDefaultColumnValues -List Documents -Field MyField

Clears the default value for the field MyField on a library

EXAMPLE 2

Clear-PnPDefaultColumnValues -List Documents -Field MyField -Folder A

Clears the default value for the field MyField on the folder A on a library

PARAMETERS

-Connection

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

-Field

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

-Folder

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

-List

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

RELATED LINKS

Microsoft 365 Patterns and Practices