The scripting
capabilities of Exchange Management Shell offer a level of control unavailable in previous versions of
Exchange Server. Any feature provided by Exchange Server 2007 can be administered via scripting.
One of the best examples of an administrative task that is easily accomplished via scripting is the bulk
creation of objects, such as mailbox - enabled user accounts. A simple script needs only the minimum
property values required for creation as input. The structured information stored in a comma - separated
value (CSV) input file provides an ideal method for delivering input data to a script. Administrators may
find simple scripts lack certain desirable features.
More evolved scripts take advantage of functionality already provided by built - in Management Shell
commands. These scripts often include features like error control and logging to present a more complete
solution.
Scripts often combine multiple administrative tasks into one solution for maximum results with a
minimum of effort. Scripts are capable of employing logic to make complex decisions based on property
values and conditions. These scripts truly maximize the effectiveness of automation.
Reporting, Maintenance, and
Administration
By this point in reading this book you probably have a list of scripts that you want to put together
because you want to try them out in your messaging environment.
Pages:
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647