In local groups there are often local users/groups and Active Directory users/groups.
But users/groups from Active directory are not visible in vCenter GUI.
If vCenter is in ELM/LM, it affects all of the vCenter servers.
Checking with Jxplorer, AD users/groups are still listed in vmdir but not in the vSphere Client.
Verified in AD, the user/group still exist with the same name.
When adding new AD accounts to the SSO group, they are shown in vSphere Client.
VMware vCenter Server 8.x
When an AD user/group is added to a local vCenter group, vCenter creates a ForeignSecurityPrincipal (FSP) object in SID format, along with a duplicate FSP object in UPN format, for the particular AD user/group and adds both objects as members to the local group in vmdir.
When displaying the local group's members on the UI, the SSO code skips the SID formatted FSPs so that the UI doesn't show the AD user/group twice -- only the UPN formatted group membership gets displayed.
If, for some reason, the UPN formatted FSP object is removed from the local group in vmdir but the SID formatted FSP object still exists as a member of the local group (and its flag is set to 0 to indicate a successful UPN conversion), then the AD user/group won't be displayed on the UI when viewing the local group on the vSphere Client.
Attempting to add the AD user/group again will fail, since the SID formatted FSP group membership for this user/group already exists.
Before undertaking any of the options listed below, please take OFFLINE snapshots of both vCenters in ELM/LM and ONLINE snapshot for standalone vCenter just to be safe