Microsoft Endpoint Manager is an integrated solution for managing all of your devices. Microsoft... View more
PublicSoftware
Organizer:
Organized by
Group Description
Microsoft Endpoint Manager is an integrated solution for managing all of your devices. Microsoft brings together Configuration Manager and Intune, without a complex migration, and with simplified licensing. Continue to leverage your existing Configuration Manager investments, while taking advantage of the power of the Microsoft cloud at your own pace.
The following Microsoft management solutions are all now part of the Microsoft Endpoint Manager brand:
Configuration Manager
Intune
Desktop Analytics
Autopilot
Other features in the Device Management Admin Console
Leave Group
Are you sure you want to leave ?
Reply To: SCCM SQL query to find total number of user profiles on workstation devices
select v_R_System.Name0, Count(LocalPath0) as profileTotal from v_GS_USER_PROFILE left join v_R_System ON v_R_System.ResourceID = v_GS_USER_PROFILE.ResourceID where LocalPath0 LIKE '%\users\%' and v_R_System.Operating_System_Name_and0 LIKE '%worksta%' group by v_R_System.Name0 order by profileTotal desc
DCOM hardening issue.
This application fails to authenticate with WMI on the SCCM server because Microsoft has not yet hardened DCOM on their Windows Preinstallation Environment. We are working on a different approach, but it will only be released during the first quarter of 2024. But until that time, the only workaround will be to uninstall the update corresponding to KB5004442.