Post Views: 5,620     This management pack is developed to monitor database health state depending on the state of the database. You might be having a requirement to exclude any of the database state like offline, suspect, emergency etc. This management pack will help you to achieve that. As […]

Post Views: 2,453       I will not be going to discuss how to install UR1 for SCOM 2019, but I will discuss an issue while I was trying to update UR1 for my SCOM 2019 infra. Microsoft product group has now introduced Simplified management server patching experience which […]

Post Views: 2,148     This Script will return all the Rules which are Monitoring or collecting any events in SCOM.   $Cur = Get-Location Import-Module OperationsManager $Rules = Get-SCOMRule $RuleNames = $Rules.Name foreach ($Rule in $RuleNames) { $RuleName = Get-SCOMRule -Name “$Rule” $Configuration = $RuleName.DataSourceCollection $RuleConfig = $Configuration.Configuration If […]

Post Views: 1,972     You can get the Script from the below link.   https://github.com/souravmahato7/Codes/blob/SCOM/Get_All_The_ServiceMonitor.PS1 ################################################################## #Author: Sourav Mahato #Created Date:08/26/2019 #Modified Date:12/22/2019 #Purpose: Script for get all the service Monitor in SCOM #How to run: You just need to run it from SCOM Management Server and create Temp […]

Post Views: 1,527     Action Plan:   Please upgrade the agent first by running the following command line.   msiexec /i MOMAgent.msi /qn /l*v “C:\New folder\amd64\AgentUpgrade.log” AcceptEndUserLicenseAgreement=1   https://docs.microsoft.com/en-us/system-center/scom/deploy-upgrade-agents?view=sc-om-2019   Now we need to add the management group and management server name by following any of the below process. […]