http://www.csupomona.edu/cgi-group/webteam/cgi-bin/roster.pl. There is a drop-down list of (mainly) academic departments, a check box for including office location, and select buttons to restrict the roster to faculty, to staff, or not to restrict it at all. Select the options you want and click "Submit".roster.shtml).
Even if your administrative unit is not in the drop-down list, you can still hand-edit the HTML code to produce a roster. First, you need to see how the unit is listed in the LDAP. Go to the People Search, enter a person you know is in that unit, and see how the department is listed.
Notice that the HTML code includes a part that says "department=", followed by the name of the department. Insert the appropriate unit name there. It must be "URL-encoded" to replace spaces and "unsafe characters". You can use the field below to convert it:
(If you need more complex URL-encoding, use this page.)