Post Views: 2,299     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 […]

Post Views: 2,267     We need to use the following Switch which will recover the management servers.   Setup.exe /silent /AcceptEndUserLicenseAgreement /recover /EnableErrorReporting:Never /SendCEIPReports:0 /UseMicrosoftUpdate:0 /InstallPath:”D:\Program Files\System Center 2016\Operations Manager” /DatabaseName:OperationsManager /SqlServerInstance:<server\instance> /DWDatabaseName:OperationsManagerDW /DWSqlServerInstance:<server\instance> /DASAccountUser:<domain\username> /DASAccountPassword:<password> /DatareaderUser:<domain\username> /DatareaderPassword:<password> /DataWriterUser:<domain\username> /DataWriterPassword:<password> /ActionAccountUser:<domain\username> /ActionAccountPassword:<password> /ManagementGroupName:MGName​

Post Views: 6,235   TLS 1.2 is the secure way of communication suggested by Microsoft with best-in class encryption. SSL and early TLS are not considered strong cryptography and cannot be used as a security control. Microsoft has added official support for TLS1.2 security protocols in SCOM 2012 R2 with […]

Post Views: 1,946           Recently I worked on a case where customer is having a requirement to create a Monitor where he can override the frequency and sample count value. All the built in service monitoring uses Monitors that reference the Microsoft.Windows.CheckNTServiceStateMonitorType monitortype, which is in […]