This script can be used to create multiple users using powershell along with PowerGUI from Quest with Active
Directory module installed. To use this script, first create a csv file using excel or notepad as follows:
FirstName,Initials,LastName
John,S.,Smith
Jane,,Johnson
Anthony,H.,Do
Ari,,Zeckinson
Aydin,,Valare
Ben,,Franklin
Benson,,Cheng
Cassie,,Doyle
or
...
The purpose of this script is to monitor Exchange Services from a remote server, if any of the services failed then trigger an email alert using one of the present SMTP server. This requires that the SMTP server allow for anonymous relay for the specific IP address of the server that this script runs under. This script can be triggered as a scheduled task and send an alert to an Exchange Admin warning he/she that a service is down. An example of how this would be useful:
Let's say you have 2 edge servers (Server A and Server B ). You can ...<< MORE >>
| Codec | Speed | Simultaneous Calls over T1 (1.5 Mbps) | Notes |
| u-law | 64 Kbps | 24 | US Standard |
| a-law | 64 Kbps | 24 | European standard |
| G.723.1 | 5.3/6.3 Kbps | 289/243 | |
| G.726 | 16/24/32/40 Kbps | 96/64/48/38 | |
| G.729 | 8 Kbps | 192 | Requires license |
| GSM | 13 Kbps | 118 | |
| iLBC | 15 Kbps | 102 | |
| LPC-10 | 2.5 Kbps | 614 | |
| Speex | 2.15 - 44.2 Kbps | 714 - 34 | Open Codec |
We needed to create a massive list of mail-enabled in Exchange. We needed a script that flexible enough to allow us to create contacts in multiple OUs, Different primary SMTP addresses, different External email addresses. So we came up with this script, the script operates on the input of a text file which tell it information such as the user's name, OU to create the contact in and their email addresses. The script will also override the Default Domain Email Address Policy, this means if you have a policy stating that ALL email contacts/users/mailboxes email addresses will have to follow a ...<< MORE >>