Create-Mailboxes
                 
                1.8
                            Create Exchange mailboxes for users with no mailbox contained within an OU tree.
This script will:
Create mailboxes for users contained witin an OU tree.
You can configure the database and retention policy to use.
Output and e-mail a log file.
This script is designed to be run locally on an Exchange Server.
Please note: to send a log file using ssl and an SMTP pas
                        This script will:
Create mailboxes for users contained witin an OU tree.
You can configure the database and retention policy to use.
Output and e-mail a log file.
This script is designed to be run locally on an Exchange Server.
Please note: to send a log file using ssl and an SMTP pas
                            Create Exchange mailboxes for users with no mailbox contained within an OU tree.
This script will:
Create mailboxes for users contained witin an OU tree.
You can configure the database and retention policy to use.
Output and e-mail a log file.
This script is designed to be run locally on an Exchange Server.
Please note: to send a log file using ssl and an SMTP password you must generate an encrypted
password file. The password file is unique to both the user and machine.
The command is as follows:
$creds = Get-Credential
$creds.Password | ConvertFrom-SecureString | Set-Content c:\foo\ps-script-pwd.txt
                        
                        
                            
                            Show more
                        
                    This script will:
Create mailboxes for users contained witin an OU tree.
You can configure the database and retention policy to use.
Output and e-mail a log file.
This script is designed to be run locally on an Exchange Server.
Please note: to send a log file using ssl and an SMTP password you must generate an encrypted
password file. The password file is unique to both the user and machine.
The command is as follows:
$creds = Get-Credential
$creds.Password | ConvertFrom-SecureString | Set-Content c:\foo\ps-script-pwd.txt
Installation Options
Owners
Copyright
(C) Mike Galvin. All rights reserved.
Package Details
Author(s)
- Mike Galvin Contact: mike@gal.vin twitter.com/mikegalvin_
Tags
Exchange Mailbox Active Directory Syncronization
Dependencies
This script has no dependencies.
FileList
- Create-Mailboxes.nuspec
- Create-Mailboxes.ps1
Version History
| Version | Downloads | Last updated | 
|---|---|---|
| 1.8 (current version) | 280 | 9/4/2019 | 
| 1.7 | 139 | 1/13/2018 | 
| 1.6 | 55 | 10/16/2017 | 
| 1.5 | 29 | 10/7/2017 |