以下脚本装启用指定 OU 中的所有邮箱。

powershell: get-user -OrganizationalUnit “OU” | enable-mailbox -database “DB Name”