Option 1: SQL via CUCM CLI
Note: status of 2 is inactive, 1 is active, and 0 is local
run sql select count(*) from enduser where status=2
run sql select userid, firstname, lastname from enduser where status=2
Option 2: simple lookup on newer CUCM versions
Note: not sure when this option was introduced
Find user where Is disabled local user
No comments:
Post a Comment