Hi!
I am running Get-GPPermission cmdlet to fetch the list of permissions applied on the GPO using C#.
From the result PSObject I am able to get the permission and inherited properties, but could not get the name of trustee.
The trustee in PSObject is of type Microsoft.GroupPolicy.GPTrustee, could someone help me in retrieving the name/sid of trustee without using Microsoft.GroupPolicy.Management.dll?
Thanks