Closed IMJLA closed 10 months ago
This should replace the -ExcludeEmptyGroups switch
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).
bug fixed
enhancement issue opened for representing System Administrators / SYSTEM account
[ValidateSet('Disabled','Computer','Local','Domain','Group','User')]
Applied only at the end