In SharePoint 2013, is there a way through Powershell to find out the users that entered specific metadata terms.
The only fields I see accessible are the LocalCustomProperties.
I believe you are looking for the Owner property. Code sample here:Â GitHub Gist
You were right! I had to modify your script a little to run on premise but it had an owner for every term.
Thank-you.
Stephan
Thanks I think that only tells me who owns the data set not who updated it–if the termset is open.