Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by solweb

  1. solweb

    PowerShell PnP sort SharePoint choice column failing

    This code worked for about last 2 months, then is now failing: Connect-PnPOnline -Url "https://myco.sharepoint.com/sites/sandbox"; -UseWebLogin $listsToAdd = @("Structure Reqs","Perm Mods") ForEach ($listToAdd in $listsToAdd) { $field = Get-PnPField -List $listToAdd -Identity "MyTargetColumn"...

Part and Inventory Search

Back
Top