$count = (get-mailbox -resultsize unlimited).count
.....
$mail.subject = "There are $count number of mailboxes in the environment"
http://www.powershellpro.com/powers...lerts/210/ ##link describes sending an email through PS.
.....
set up a rule in the monitoring mailbox that say once the it see's a message with 96000 in the subject... forward it to you...
then, once you see that message, go and strip the permissions that allow people to create new mailboxes...
probably a PS solution to do it all, but this just seems the simplest...
Thanks
Pres.