IMJLA / Export-Permission

Create CSV, HTML, and XML reports of permissions
MIT License
5 stars 1 forks source link

when excluding user,group,computer classes it leaves behind the Administrators group, Users group, and SYSTEM account #56

Closed IMJLA closed 10 months ago

IMJLA commented 10 months ago

Expected Behavior

Don't Administrators and Users groups have the 'group' class? And SYSTEM has 'user'? So they should have been excluded?

Current Behavior

when excluding user,group,computer classes it leaves behind the Administrators group, Users group, and SYSTEM account

IMJLA commented 10 months ago

Bug fixed with workaround in Format-SecurityPrincipal adding ObjectType to all group members.

Will close bug and create enhancement issue to reconcile ObjectType vs SchemaClassName