You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ID of the list. Specify either listTitle, listId, or listUrl.
-t, --listTitle [listTitle]
Title of the list. Specify either listTitle, listId, or listUrl.
--listUrl [listUrl]
Server- or site-relative URL of the list. Specify either listTitle, listId, or listUrl.
--fieldName <fieldName>
Internal name of the field.
--folderUrl [folderUrl]
Remove the value on a specific folder. By default, the root folder of the list is used.
Examples
Get a column default value from the root of the list
m365 spo list defaultvalue get --webUrl https://contoso.sharepoint.com/sites/Marketing --listTitle Logos --fieldName Company
Get a column default value from a specific folder
m365 spo list defaultvalue get --webUrl https://contoso.sharepoint.com/sites/Marketing --listUrl '/Logos' --fieldName Company --folderUrl '/Logos/Branding'
Get a column default value from a specific folder by server-relative URL
m365 spo list defaultvalue get --webUrl https://contoso.sharepoint.com/sites/Marketing --listUrl '/sites/Marketing/Logos' --fieldName Company --folderUrl '/sites/Marketing/Logos/Branding'
Default properties
No response
Additional Info
Let's throw an error when the value was not found.
The text was updated successfully, but these errors were encountered:
Usage
m365 spo list defaultvalue get [options]
Description
Gets a specific default column value from a list
Options
-u, --webUrl <webUrl>
-i, --listId [listId]
listTitle
,listId
, orlistUrl
.-t, --listTitle [listTitle]
listTitle
,listId
, orlistUrl
.--listUrl [listUrl]
listTitle
,listId
, orlistUrl
.--fieldName <fieldName>
--folderUrl [folderUrl]
Examples
Get a column default value from the root of the list
Get a column default value from a specific folder
Get a column default value from a specific folder by server-relative URL
Default properties
No response
Additional Info
Let's throw an error when the value was not found.
The text was updated successfully, but these errors were encountered: