SharePoint Online: Export-Import Site Columns using PowerShell
September 29, 2017
Requirement: Export-Import Site Columns in SharePoint Online. SharePoint Online: Export Site Columns using PowerShell This Powershell script exports all site columns of a specific group fro SharePoint Online site to a XML file. #Load SharePoint CSOM Assemblies Add-Type -Path "C:\Program…