We're in the process of deploying orchestrator to create new users\mailboxes. Everything was working fine in our test environment through the End of January 2015. Trying to create some new test users today and received a rather strange error:
PowerShell invoke error: Cannot process command because of one or more missing mandatory parameters: Room
Troubleshooting this I tried to manually run the PowerShell command that Orchestrator was running:
New-Mailbox -Alias p015test -Name "Testerson, Evan" -UserPrincipalName "p015test@xxx.com" -Database "Mailboxes" -DisplayName "Testerson, Evan" -FirstName "Evan" -LastName "Testerson" -Office "Atlanta" -OranizationalUnit "OU=Employees,OU=OurUsers,DC=Child,DC=Parent,dc=com"
And was promptly prompted to supply the values for the mandatory attribute "Room"
I then re-ran the command without the "Office" parameter, and that was successful.
Help (Both TechNet and Get-Help) says
Office |
Optional |
System.String |
The Office parameter specifies the Microsoft Office attribute for this mailbox. |