Symptoms:
CreateTestUser
: Mailbox could not be created. Verify that OU ( Users ) exists and that
password meets complexity requi
rements.
At
D:\Program Files\Microsoft\Exchange
Server\V14\Scripts\new-TestCasConnectivityUser.ps1:267 char:31+ $result = CreateTestUser <<<< $exchangeServer $mailboxServer $securePassword $OrganizationalUnit $UMDialPlan $
UMExtension $Prompt
+ CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
+ FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,CreateTestUser
Resolution:
Add the -OU parameter
the creating script and you should be fine
0 comments:
Post a Comment