Post Views: 1,082 I hope the below information will help you to clarify the maintenance mode query. Issue Definition:- Query about maintenance mode in SCOM and SCVMM Findings:- SCVMM is removing the Host from Maintenance in SCOM in every 6 hours. This happens when we […]
Post Views: 2,402 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,661 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: 6,480 This is one of the idea I got from one of my customer where he would like to know if any object for a particular server already in maintenance mode, however when they are doing any maintenance activity, they put entire server into maintenance […]
Post Views: 2,097 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 […]
Post Views: 3,210 Introduction 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 TLS 1.2 security protocols […]
Post Views: 3,205 In this blog post, I want to share with you some of the challenges and solutions for generating server performance reports using SCOM. SCOM is a powerful tool for monitoring and managing your servers, but it also has some limitations and compatibility issues that you need to […]
Post Views: 2,274 Some users have reported a problem with the Custom Dashboard feature in the Web console after applying the UR6 update. This issue affects the ability to create, edit, and view custom dashboards in the console. We are aware of this issue and we are working […]
Post Views: 3,472 I have written some useful SQL queries which will help to get data from Orchestrator database. Query 1: The following query will help us to get the job details for a Runbook. Select RB.Name, RB.Path, RT.Id, RT.RunbookServerId, A.Computer , RT.Status, RT.Parameters, RT.LastModifiedTime, […]