From d28af8e84b7e561cf76d74bb024762eea314ebc5 Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Thu, 17 Mar 2022 19:48:28 +0100 Subject: [PATCH] notes/cisco_ft_securex_registration.org --- notes/cisco_ft_securex_registration.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notes/cisco_ft_securex_registration.org b/notes/cisco_ft_securex_registration.org index 0443f868..509e393f 100644 --- a/notes/cisco_ft_securex_registration.org +++ b/notes/cisco_ft_securex_registration.org @@ -43,7 +43,7 @@ - [[#read][Read]] - [[#patch-the-org-access][Patch the Org Access]] - [[#notes-1][Notes]] - - [[#nb-admins-search-number-of-user-with-a-matching-domain-email-by-domain][<> Number of user with a matching domain email by domain]] + - [[#number-of-user-with-a-matching-domain-email-by-domain][Number of user with a matching domain email by domain]] - [[#number-of-orgs-with-more-than-100-users][Number of orgs with more than 100 users]] - [[#number-of-orgs-by-email-domain-name][Number of orgs by email domain name]] - [[#number-of-matching-orgs-per-email-domain-name][Number of matching orgs per email domain name]] @@ -745,7 +745,7 @@ During the call we should: *TODO* have an email template + text. * Notes -** <> Number of user with a matching domain email by domain +** Number of user with a matching domain email by domain #+begin_src csvtool namedcol "user-email" users.csv |sed 's/[^@]*@//'|sort|uniq -c|sort -n