General Operations Manager Feedback
Update: Microsoft will be moving away from UserVoice sites on a product-by-product basis throughout the 2021 calendar year. We will leverage 1st party solutions for customer feedback. Learn more
If you have technical questions or need help with SCOM, please try visit our MSDN forums.
-
Make SCOM all functionalities working in a full Kerberos environment
Make SCOM all functionnalities working in a full Kerberos environment
We have implemented NTML restriction in our AD envionment because of a prioritized recommendation in the Azure AD Security assessment : Place privileged users in the Protected Users Group. The protected users groups provides additional security, because users can only authenticate using Kerberos (everything else is blocked) and hardenning is applied to the Kerberos authentication used by enforcing AES encryption.
BUT placing privileged users in Protected Users Group or implementing authentication policy to restrict usage of NTLM on admin accounts make SCOM loosing some functionalities.Approving installation on agent in…
46 votes -
It would be great to see the built-in Service Monitor template expose overridable parameters to include frequency and samples.
It would be great to see the built-in Service Monitor template expose overridable parameters to include frequency and samples.
Currently the built-in service monitors are hard coded to (2) Samples and (30) Seconds, so after only (1) minute of the service being down an alert will trigger. If we could expose the parameters to override and customize the samples and frequency it would be helpful.18 votes -
SCOM 2019 Agent Upgrade Process
Configure SCOM 2019 to upgrade (or uninstall) a SCOM 2012 Agent instead of only allowing upgrade of SCOM 2016 RTM Agent.
3 votes -
Use the Perl RegEx engine everywhere in SCOM
Modify the RegEx engine leveraged by the expression filters (& possibly elsewhere in SCOM) from the .NET Framework RegEx engine, to the Perl engine that is leveraged by the group calculator module. Doing so would bring the following benefits:
1 - Consistency in the interpretation of regular expressions throughout SCOM;
2 - A more flexible experience using regular expressions in the context of expression filters, as the Perl engine offers support for RegEx functionality that is not available with the .NET Framework engine, such as the support for certain "Character Classes" (ex.: \d for digit) & "Assertions" (i.e. [Negative] Look(ahead|behind)).…
15 votes -
Need a method for perpetual maintenance mode in SCOM 2016
I want to apply a maintenance mode schedule that will keep a group of servers in mmode 'permanently'. I've tried this with a daily schedule for a duration of 1445 minutes so there's over lap when the next run happens, but it will stop running after a couple days.
1 vote -
SCOM 2019 Web console: Maintenance Schedule/User Roles enables Active Alerts dasboards
My need is enable only Maintenance Schedules view for users/groups and use self made Alert views in Web Console, but every time enabling Maintenance Schedule @ User Role Properties in Dashboard and Views enables Active Alerts Dashboard and Alert Closure Failure views. Could this be fixed so that only Maintenance Schedule view is possible?
I would like also that at in Maintenance Schedule / Create I could disable Available Objects viewing automatically available servers/objects (meaning that user must know object / server name and type it to available objects field to get it for view)
1 vote -
Option to repeat email notifications until resolved
Option to resend notifications on a schedule. For example, send the notification once every three hours until the alert is closed.
3 votes -
Microsoft Learn - Learning Paths / Modules for SCOM
SCOM as a product can be somewhat difficult to learn, mostly because of insufficient learning material or courses for existing/new users/customers. I have personally received many comments and questions about SCOM being a difficult and complex product.
Although there are a lot of great community blogs and materials out there, it may still be spread out abit everywhere and difficult to come by.
So I thought of a Microsoft Learn, which is a free, interactive, hands-on training platform that helps people develop in-demand technical skills related to widely used Microsoft products.I think Microsoft Learn modules for SCOM could be…
80 votes -
Web Application (URL) Monitoring also need Resource Pool Concept to ensure 100% availability of monitoring during disaster
It’s obvious that alerts generated for all monitored URLs when assigned watcher nodes (SCOM servers in most cases) unavailable for quite sometime during reboot (as part of patching) or disaster recovery. It really causes confusions to customers when their application or URL is available. I feel having resource pool concept will really help to improve these situations.
2 votes -
Allow the use of diacritic characters in property values of instances
Portuguese makes use of five diacritics: the cedilla (ç), acute accent (á, é, í, ó, ú), circumflex accent (â, ê, ô), tilde (ã, õ), and grave accent (à, and rarely è, ì, ò, and ù). The cedilla indicates that ç is pronounced /s/ (from a historic palatalization).
When instances that are discovered that contain these characters they are displayed as a black diamond with a question mark.
11 votes -
[PG Feedback] SCOM Management Pack needing Version update and Feature updates
All - This poll is from SCOM Product Group. As a SCOM user, you would be using a lot of MPs and some of them could be outdated in terms version, monitors, rules and features. We are looking to revive Management Pack as a whole and we want to hear your feedback on the below topics.
- What are top 5 MPs (in terms of usage) used at your SCOM infra?
- Which top 5 MPs critically need version update (agnostic)?
- What are the top 3 issues that arise on MPs (in general)?
- What are top 3 workloads for which MPs are…
40 votes -
Corporate Services in Dubai UAE
Corporate Services in Dubai UAE
https://24aplus.com/corporate-services-in-dubai1 vote -
Bug in System.ExpressionFilter module
System.ExpressionFilter module incorrectly process data with Duration type. The module considers that negative duration is greater than positive. As example, this construction returns true but logically it should return false:
<ConditionDetection ID="CD" TypeID="System!System.ExpressionFilter">
<Expression>
<SimpleExpression>
<ValueExpression>
<Value Type="Duration">PT1S</Value>
</ValueExpression>
<Operator>Less</Operator>
<ValueExpression>
<Value Type="Duration">-PT1S</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</ConditionDetection>9 votes -
Alert "Severity" and "Priority" does not show the exact value in Email notifications in SCOM 2016 & 2019
When an Email Alert is generated from SCOM, The Alert subject line & Email body display the Alert "Severity" and "Priority" in the form of numbers. I.e # Severity 0,1,2 instead of mentioning the actual severity
Severity : Critical , Warning or Information
Priority : High, Medium or Low
It is a bit difficult for end user to remember which number represents what. It would great to see a fix for this on a future UR.
4 votes -
When an SCOM Agent's Operations System undergoes In-place upgrade, Post upgrade duplicate objects are seen in SCOM related to the Agent
When an SCOM Agent's Operations System undergoes In-place upgrade, Post upgrade duplicate objects are seen in SCOM related to the Agent
In this example Duplicate Disks, Network adapters can been seen. Kevin Holman has blogged about this topic as well - https://kevinholman.com/2019/07/01/do-you-have-duplicate-logical-disks-in-scom/#:~:text=It%20isn't%20terribly%20harmful,in%20SCOM%20as%20a%20whole.
It would be great to have a design change to handle this internally within SCOM rather than Administrators deleting and re-approving the same in the SCOM console.
Lot of manual validation needs to be done as follows:
Once the Agent is deleted, We have to wait to a day for the Agent to be groomed automatically to…
3 votes -
"Web Console"
The HTML Web Console should have the same display features as the full client, for all monitoring views:
-The views should display all the columns that are defined
-All columns should be sortable
-The views should allow for personalization
-The user should be able to resize the columns5 votesunder review ·AdminAakash Basavaraj[MSFT] (Program Manager, Microsoft System Center Operations Manager) responded
Looking to bring in few similar features in UR3. Please let me know if you will be interested in trying out these changes as part of Private Preview of SCOM 2019 UR3.
-
IDENTITY Arithmetic overflow in ManagedEntityTypeImageRebuild
After running SCOM environment for a long time I got this error in Event Log:
Exception 'SqlException': Sql execution failed. Error 8115, Level 16, State 1, Procedure ManagedEntityTypeImageRebuild, Line 56, Message: Arithmetic overflow error converting IDENTITY to data type int.
Problem lies in the SP where a DELETE statement is executed instead of a TRUNCATE TABLE statement.
9 votes -
Hi , pls enable option to customize webconsole. Now is impossible publish dashboard ,alerts to managers. i cannot hide nav panel etc.
Hi , pls enable option to customize webconsole. Now is impossible publish dashboard ,alerts to managers. i cannot hide nav panel etc.
1 vote -
Fix memory leaks in monitoringhost.exe
Shortly after a reboot, I noticed that one of the 8 instances of monitoringhost.exe running on my SCOM server is taking up 3.8GB of RAM (and counting).
a) That's crazy
b) 4 more instances are using 116, 199, 321 and 482 MB respectively.
c) See (a).This is a tiny lab environment monitoring 15 Windows VMs, and 26 Linux VMs (and most of the Linux ones aren't even running).
By the time I've finished typing in the above, the process that was taking up 3.8GB is now at 4.4.
1 vote -
New MP for PKI CErts
Please introduce an MP for PKI Certificates by Microsoft. What we have is a third party MP.
4 votes
- Don't see your idea?