How do i configure a google apps trigger for all the domain level users except administratos. Is there any global level configuration available ? or do i need to go individual users account and manually configure the same ?
It's not possible to have an Apps Script run for all users of a domain. Each user must run the code individually. If you wish to run a script for all users in a domain, consider using another platform / programming language and take advantage of service accounts.