PowerShell – Update HREF – Rich Text Field
I do have a very strange requirement that i need to change the hyperlink of a item in list (like upload documents link to another library) but unfortunately I cannot…
I do have a very strange requirement that i need to change the hyperlink of a item in list (like upload documents link to another library) but unfortunately I cannot…
Delete Users from User information List. Get the user details from previous script matching the criteria and use excel to import from text and get the CSV #This script will…
Get Users matching a Domain in User Information List. # Run with SharePoint 2010 Management Shell $webUrl = "http://SharePoint" $web = Get-SPWeb $webUrl #$list = $web.Lists $user = Get-SPUser -web…