IMJLA / Export-Permission

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

-ExcludeAccountClass [string[]] #38

Closed IMJLA closed 10 months ago

IMJLA commented 2 years ago

[ValidateSet('Disabled','Computer','Local','Domain','Group','User')]

Applied only at the end

IMJLA commented 2 years ago

This should replace the -ExcludeEmptyGroups switch

IMJLA commented 10 months ago

Implemented as of 0.0.175 but when excluding user,group,computer classes it leaves behind the Administrators group, Users group, and SYSTEM account

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

Should SYSTEM be treated as a Computer account? No, it should be treated as a User account PLUS the Administrators group of the machine should be added (since an admin of the machine can act as its computer account).

IMJLA commented 10 months ago

bug fixed

enhancement issue opened for representing System Administrators / SYSTEM account