Link to home
Start Free TrialLog in
Avatar of buzzme123
buzzme123

asked on

How to update sharepoint list column value

I have sharepoint 2013 list with 4 columns. One of the column is Person or Group. I have hyperlink to user profile picture.
My problem is I have hyperlink to get employee picture say for example: http://mycompany.test.com/test_mypicture1.jpg

I want to replace all 300 values in this column by removing prefix "test_" in the hyperlink. How to acheive this using powershell? I would like to see the value as - "http://mycompany.test.com/mypicture1.jpg" and the next value as
"http://mycompany.test.com/mypicture2.jpg" and so on... until mypicture300.jpg.

All I want is remove test_ in the hyperlink and keep everything same in hyperlink.

Thanks
ASKER CERTIFIED SOLUTION
Avatar of Rainer Jeschor
Rainer Jeschor
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial