# Creating a new mailbox in the Punters org
# Asks for a password before creation and uses that password for the user
$pswd = new-SecureString
new-Mailbox -alias "NewTestUserAlias" -name NewTestUser -password $pswd -database ôFirst Databaseö -org Punters
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.