| mystuff |
Your IP Address is: 38.107.191.102 |
| home | wsname | wallpaper creator | delphi stuff | vb script stuff | other stuff | contact me |
|
|
Set Exchange Mailbox Limits by Group
Membership - 12 December 2005
Solution Structure
Solution Structure When the process runs it queries Active Directory for all
groups that start with a predetermined string (currently set to
�Exchange Mailbox Size Limit ��). The �notes� field of the group
is used to contain key words that represent the various message
limits to be applied to its members. The
process then evaluates each mail enabled user in the Active
Directory Domain and checks to see if they belong to any of the
groups. If they are found to be a member of one of the groups
the user�s mDBUseDefaults attribute is set to false and the
group limits are applied to the user. If the user is not a
member of any groups the mDBUseDefaults attribute is set to true
and any limits that have been applied are cleared, in this
instance the user�s limits will be inherited from the database
limits. The process only updates the user object if changes are
required so replication traffic from this process should be
minimal.
Figure 1: Process Overview |