Skip to content

Instantly share code, notes, and snippets.

View imagina's full-sized avatar
🎯
https://www.imaginacolombia.com

Imagina Colombia imagina

🎯
https://www.imaginacolombia.com
View GitHub Profile
@imagina
imagina / Convert-Sharepoint-Choice-Column-to-Lookup-Column.ps1
Last active January 7, 2021 00:31
Convert Sharepoint Choice Column to Lookup Column - PowerShell
#Install PnP PowerShell in your local machine https://github.com/pnp/powershell
$SiteUrl = "https://ssite.sharepoint.com/sites/SPSiteName";
$ListMainName = "List Name";
$ListCompaniesName = "Lookup List Name"
# Login using Web
Connect-PnPOnline -Url $SiteUrl -UseWebLogin
#If we can't use PnP