Is there a command to get a count of all users ( if possible total domain wide and then by OU)?
--
You received this message because you are subscribed to the Google Groups "GAM for Google Workspace" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-man...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-manager/8e1d677d-af35-473c-bd24-a43293dc4918n%40googlegroups.com.
# Domain
gam print users showitemcountonly
# By OU
gam print ous showparent | gam redirect stdout ./OrgUnitUserCounts.txt multiprocess redirect stderr stdout csv - gam print users select ou "~orgUnitId" showitemcountonly
Ross
On May 3, 2024, at 8:56 AM, Benjamin Wexler <benjami...@gmail.com> wrote:
Is there a command to get a count of all users ( if possible total domain wide and then by OU)?
On May 3, 2024, at 8:56 AM, Benjamin Wexler <benjami...@gmail.com> wrote:
Is there a command to get a count of all users ( if possible total domain wide and then by OU)?