Search Results

1
vote
2answers
689 views

Add a “Hyperlink” item type to a list using PowerShell in Sharepoint

I've been a SharePoint admin for a while, and now have been tasked with a bit more of a developer role - which I'm still very much learning. Most things I've been able to figure out on my own or th …
1
vote

Add a “Hyperlink” item type to a list using PowerShell in Sharepoint

Thanks James! That was very close and I'm thinking would work if I was specifying a single item? Here's my full solution (with some extra bits): $enumsite = new-obje …