Usage
m365 spo field list
Description
Lists fields for a given list or site
Options
| Option |
Description |
-u, --webUrl <webUrl> |
Absolute URL of the site where the fields are located |
-l, --listTitle [listTitle] |
Title of the list where the fields are located. Specify only one of listTitle, listId or listUrl |
--listId [listId] |
ID of the list where the fields are located. Specify only one of listTitle, listId or listUrl |
--listUrl [listUrl] |
Server- or web-relative URL of the list where the fields are located. Specify only one of listTitle, listId or listUrl |
Additional Info
I had in mind to reproduce this script (https://veronicageek.com/microsoft-365/sharepoint-online/find-missing-metadata-in-sharepoint-online-using-powershell-pnp/2021/01/). Retrieving all the fields that are mandatory and not filled out on document libraries. But the m365 spo field list command doesn't exist.
Usage
m365 spo field listDescription
Lists fields for a given list or site
Options
-u, --webUrl <webUrl>-l, --listTitle [listTitle]--listId [listId]--listUrl [listUrl]Additional Info
I had in mind to reproduce this script (https://veronicageek.com/microsoft-365/sharepoint-online/find-missing-metadata-in-sharepoint-online-using-powershell-pnp/2021/01/). Retrieving all the fields that are mandatory and not filled out on document libraries. But the
m365 spo field listcommand doesn't exist.