Hi there,
I'm wondering if an exclude for some accounts in my script it's possible or not please ?
I want all the users of the domain "domain.ltd" to get a new CoS except some of them
Thanks for your help
Code:#!/bin/bash domain=domain.ltd cosname=CoS1 for account in `zmprov -l gaa domain.ltd do zmprov setAccountCos ${account} $cosname done


LinkBack URL
About LinkBacks


