Post Views: 2,206   Many of you asks if we can get a SQL query where you will just run a SQL query to pull the CPU and Memory data in a single query.   I have made a SQL Script which is available here:   https://github.com/souravmahato7/SQL/blob/SCOM/SCOM_CPU_Memory_Data.sql   This query […]

Post Views: 2,292     Solution 1:   You can run the PowerShell Script which is located here: https://github.com/souravmahato7/Codes/blob/SCOM/GroupInfo.PS1   ##################################################################<#Purpose: This script will help you to identify in how many groups the server is part of #># You need to copy this GroupInfo.PS1 file to a location on your […]