how to check how many users are logged in SCCM console2002
Question
how to check how many users are logged in SCCM console2002
solved 0
Configuration Manager 2 years 2020-07-14T08:02:27+05:30 2020-07-14T08:02:27+05:30 2 Answers 121 views Beginner 0
Answers ( 2 )
You can also follow an article by anoop:
https://www.anoopcnair.com/sccm-console-connections-admins-configmgr/
You can run the below SQL query to get the details
select * from v_ConsoleAdminsData