Hi,
I would like to know who changed which permissions and when did the change in permissions take place for a given project.
I have come across the query
select
*fromDefault_Project_Collection.dbo.tbl_Commandwith(nolock)whereuseragentLIKE'Team Foundation (witadmin.exe%'..
However, I would like to know the details of change(which user and what permissions and project )are changed.
I also looked at
<project collectionurl>/_oi/_diagnostics/activityLog and found the jobs ids and application a nd commands -- but iwant to know the details of change
Can you please help
Thank you.
Su