Ideas
What features would you like to see?
All of the feedback that you share in these forums will be monitored and reviewed by the Microsoft engineering teams responsible for building Microsoft Endpoint Configuration Manager, though we can’t promise to reply to all posts.
If you require assisted support, please see https://aka.ms/cmcbsupport for more details.
-
Database design
There are lots of duplicate views (vcollection, Vcollections) that stores almost the same information. To review and remove those duplicates would ease the use of the database.
Use unique identifiers - in rare cases the resourceid is called itemkey. Or the product code shows up sometimes as Software Code. A unified naming convention would be very appreciated.
Devide information for CI deployments/compliancy, those for applications, Security Upates, Deployment Types and whatnots. Having all stored to one table/view CI_ConfigurationItems is very confusing and very difficult to retrieve.
Outdated versions/revisions (apps, CIs) not in use should be removed also on…
0 votes -
Automatically Open Firewall Ports on Server Install
Installation of SCCM and roles on site servers should enable any needed firewall ports. Recently had some SQL issues when migrating to a new SQL server that turned out to be related to the broker service port not being open. Application installs should open these ports automatically not force us to have to hunt down in obscure documentation what ports to open.
0 votes -
Replace the HTA Installer
Replace the HTA installer with something like EXE or MSI
0 votes -
Add Fast Ring option to Console Options
Instead of using the EnableUpdateRing.ps1 powershell script, why not add that feature into the console like it has been done with Windows 10 in the Settings applet.
0 votes -
Updates & Servicing - Features
the Features under Updates & Servicing should have a detailed information pane, the description is too big and it should be good if a link to the documentation is also added to the list. also, option to turn off a feature if it was once enabled
0 votes -
subnets
When syncing the IP address range during Discovery, could you also check that the Description in Sites and Services has or has not changed? At least the description isn't in sync for me.
0 votes -
Allow non AD integrated SMTP servers for alert meail notification
When configuring authenticated SMTP only AD style credential (domain\username) are supported.
This prevent thar organizations with smtp server that authetictes against other than AD identity providers can be used.
It would be desirable to allow the use of arbitrary authenticated SMTP server.
0 votes -
Component status should be more stateful (status should automatically clear once an issue has resolved itself)
I often repeat the following actions:
- Verify Component Status (Monitoring - System Status - Component Status)
- Open any Component with Status Warning or Error.
- Verify the Warning or Error is Solved
- Reset All Counts for this Component.
A Typical example: Restart the Site Server.
All Management Points complain that the Site Server is unavailable.
But in they also report the System is Online again.MP File Dispatch Manager running on the management point "mp.company.com" cannot connect to site server "SiteServer.company.com". The operating system reported error 53: The network path was not found.
Component Status Summarizer detected that the availability of…
0 votes -
Migration: View only objects that have not been migrated
When running the migration wizard to migrate SCCM 2012 to SCCM CB (1710) I would like there to be an option in the 'select objects to migrate screen' to 'show only non-migrated objects' so you can easily find objects which have not been migrated yet.
This is useful to find objects that may have failed a previous migration and you want to re-run them.
0 votes -
Add custom Tables in Datawarehouse sync process
Would be great if customers can add (through UI) other tables in datawarehouse synchronization process. So that they can consume data from datawarehouse DataBase.
0 votes -
Allow more than 1 passive in a primary site
Allow more than 1 passive in a primary site
0 votes -
In-console update - add reporting step for updating boot images
When you run the in-console updates the boot images are updated but the step is not reported which happens after "Start WMI". Problem is you get a delay of 10-15 minutes before the next step. If you are monitoring the cmupdate.log file you can see the activity but no where else.
0 votes -
Make SCCM Database Page Compression Check Enabled Part of Pre-req check
Just upgraded from 1910 to 2002 and the upgrade failed and had to open a support case. Bottom line our SQL DBA made unauthorized changes to SCCM database and enabled PAGE compression on 370 tables in the SCCM database.
Please add to the pre-req check the running of this SQL query if any tables are set to PAGE data compression fail the pre-req.SQL to Check: SELECT t.name AS tablename,
i.name AS indexname,
p.data_compression_descFROM sys.tables AS t
INNER JOIN sys.indexes AS iON t.object_id = i.object_id
INNER JOIN sys.partitions AS p
…ON i.object_id = p.object_id
AND i.index_id = p.index_id0 votes
- Don't see your idea?