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 …
0
votes
Transfer List items with Attachments from SharePoint 2003 to an existing list in SharePoint 2007
Have you tried saving the list ("with content") as a template, save that file to the 2007 portal templates, then create a new list using that "custom" template? That won't work if the attachments …
