We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
spo list defaultcolumnvalue remove
m365 spo list defaultcolumnvalue remove [options]
Removes a specific default column value for a specific document library
-u, --webUrl <webUrl>
-i, --listId [listId]
listTitle
listId
listUrl
-t, --listTitle [listTitle]
--listUrl [listUrl]
--field <field>
--folderUrl [folderUrl]
-f, --force
Remove a column default value from the root of the list
m365 spo list defaultcolumnvalue remove --webUrl https://contoso.sharepoint.com/sites/Marketing --listTitle Logos --field Company
Remove a column default value from a specific folder
m365 spo list defaultcolumnvalue remove --webUrl https://contoso.sharepoint.com/sites/Marketing --listUrl '/Logos' --field Company --folderUrl '/Logos/Branding'
Remove a column default value from a specific folder by server relative URL
m365 spo list defaultcolumnvalue remove --webUrl https://contoso.sharepoint.com/sites/Marketing --listUrl '/sites/Marketing/Logos' --field Company --folderUrl '/sites/Marketing/Logos/Branding'
No response
The text was updated successfully, but these errors were encountered:
milanholemans
No branches or pull requests
Usage
m365 spo list defaultcolumnvalue remove [options]
Description
Removes a specific default column value for a specific document library
Options
-u, --webUrl <webUrl>
-i, --listId [listId]
listTitle
,listId
, orlistUrl
.-t, --listTitle [listTitle]
listTitle
,listId
, orlistUrl
.--listUrl [listUrl]
listTitle
,listId
, orlistUrl
.--field <field>
--folderUrl [folderUrl]
-f, --force
Examples
Remove a column default value from the root of the list
Remove a column default value from a specific folder
Remove a column default value from a specific folder by server relative URL
Default properties
No response
Additional Info
No response
The text was updated successfully, but these errors were encountered: