scom group issue

Roopesh Shetty 0 Reputation points
2024-12-11T06:53:44.4866667+00:00

Hi

 

I have added multiple objects to an existing SCOM group, but when I go to “view Group Members” its not showing those newly added objects on that group. Last time when I added some objects to the same group it took almost a day and then those members were appeared on that group. But this time its more than a day still member objects are not appearing in that group. Any idea what could be the issue. I am using scom 2019.

Operations Manager
Operations Manager
A family of System Center products that provide infrastructure monitoring, help ensure the predictable performance and availability of vital applications, and offer comprehensive monitoring for datacenters and cloud, both private and public.
1,515 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. XinGuo-MSFT 20,156 Reputation points
    2024-12-12T07:35:08.95+00:00

    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.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.