On Mon, Oct 6, 2014 at 11:30 AM, Michael Leone <[email protected]> wrote: > > Progress! > > $a = Get-GPOReport 'Default Domain Policy' -ReportType xml
> $a.gpo.user.ExtensionData.extension.folder.location.DestinationPath So the linked OU is: $a.gpo.LinksTo.SOMPath and the Security Group Filtering: $a.gpo.SecurityDescriptor.Permissions.TrusteePermissions.trustee.name[0] I think I might have enough to start whacking away at it .... ================================================ Did you know you can also post and find answers on PowerShell in the forums? http://www.myitforum.com/forums/default.asp?catApp=1

