Answer and explanation is below. Answer is D: The New-Mailbox –Name 'Test User' –Alias 'testuser' –UserPricipalName '[email protected]' –SamAccountName 'testuser' is the correct command to create a ...
I need to create a folder named the same thing for every user in the Org at the root of their mailbox. The cmdlet "New-MailboxFolder" looks to be exactly what I need, however by default it only works ...