Create-Mailboxes

1.6

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
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

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Script -Name Create-Mailboxes -RequiredVersion 1.6

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(C) Mike Galvin. All rights reserved.

Package Details

Author(s)

  • Mike Galvin twitter.com/digressive

Tags

Exchange Mailbox Active Directory Syncronization

Dependencies

This script has no dependencies.

FileList

Version History

Version Downloads Last updated
1.8 246 9/4/2019
1.7 132 1/13/2018
1.6 (current version) 48 10/16/2017
1.5 22 10/7/2017