Hi,
After adding multiple objects to an existing SCOM group, we can retrieve the group membership in System Center Operations Manager using PowerShell.
Get-SCOMGroup -DisplayName "UR Computer Group" | Get-SCOMClassInstance | sort DisplayName |FT DisplayName
If member objects are present in that group, we might consider reinstalling the SCOM console.