Office 365 and PnP-PowerShell 2013 : Fields

Now the
time to learn about the Fields or so called SharePoint “List” and “Content
Type” Columns.
The below mentioned cmdlets lets you create and remove the Fields to content type and directly to the SharePoint List.
CmdletDescriptionAdd‑PnPFieldAdds a field to a list or as a site columnGet‑PnPFieldReturns a field from a list or siteRemove‑PnPFieldRemoves a field from a list or a siteAdd‑PnPFieldFromXmlAdds a field to a list or as a site column based upon a CAML/XML field definitionAdd‑PnPTaxonomyFieldAdds a taxonomy field to a list or as a site column.If you want to take a better control over to the list columns better way to design and developed via “Add‑PnPFieldFromXml” method. As this method you only need to work on the XML part for this you need to invest your time to check CAML Documentation.
So I am going use “Add‑PnPFieldFromXml” cmdlets to create the utility to create the columns and configuration done via CSV file. So before going ahead you need to know about the basic underst…
The below mentioned cmdlets lets you create and remove the Fields to content type and directly to the SharePoint List.
CmdletDescriptionAdd‑PnPFieldAdds a field to a list or as a site columnGet‑PnPFieldReturns a field from a list or siteRemove‑PnPFieldRemoves a field from a list or a siteAdd‑PnPFieldFromXmlAdds a field to a list or as a site column based upon a CAML/XML field definitionAdd‑PnPTaxonomyFieldAdds a taxonomy field to a list or as a site column.If you want to take a better control over to the list columns better way to design and developed via “Add‑PnPFieldFromXml” method. As this method you only need to work on the XML part for this you need to invest your time to check CAML Documentation.
So I am going use “Add‑PnPFieldFromXml” cmdlets to create the utility to create the columns and configuration done via CSV file. So before going ahead you need to know about the basic underst…