Check which users are editing profile details

I had to create a report to list which users are edting their profiles. Im not going to list all the details, but i created this PS script. You might have to change MySite URL and start date. $mysiteHostUrl = “http://mysite” $mysite = Get-SPSite $mysiteHostUrl $context = [Microsoft.Office.Server.ServerContext]::GetContext($mysite) $manager =  Read more…