Tagged Questions
0
votes
1answer
210 views
Update custom property on listItem using -replace in powershell?
I have two different web application with one site collection each. One Site collection is privat and the other on is public inside the intranet. The public site links to the private site which link ...
1
vote
1answer
2k views
Updating Sharepoint List items
I got a custom Sharepoint list which has the following list items
Hostname - IP - OS - CPUs - RAM - Disk
Server 1.1.1.1 Server 2003 3 8 Disk C: 20gb
If i then ...
2
votes
1answer
1k views
Powershell - Update column with managed-metadata
I have used following PS script to update a manage metadata column. Not sure how to go by updating a managed-metadata column. I know I need to only populate with "10;#Wholesale Agreement" in ...
3
votes
4answers
1k views
Remote Access to SharePoint Lists with PowerShell
I have a PowerShell script that pulls data from a database. I need to push this data to a SharePoint list on a different server.
Would you have tutorial or examples that show how to do this ...