by Arman Obosyan
2. August 2009 01:11
…довольно полезный cmdlet которого явно не хватало, New-MailMessage, применение которому можно найти в разных задачах, к примеру создание в EMS пользователей и отсылка им сообщения, или...

Exchange Server 2010 (14.0.xxx.xx)
NAME
New-MailMessage
SYNOPSIS
The New-MailMessage cmdlet creates a new e-mail message for the specified user mailbox placing the e-mail message in the Drafts folder of the user's mailbox.
SYNTAX
New-MailMessage [-Body <String>] -Mailbox <MailboxIdParameter> [-BodyFormat <PlainText | Html | Rtf>] [-Confirm [<SwitchParameter>]] [-DomainController <Fqdn>] [-Subject <String>] [-WhatIf [<SwitchParameter>]] [<CommonParameters>]
DESCRIPTION
If the cmdlet is run without specifying the subject or body parameters, an empty e-mail message is placed in the user's Drafts folder. You need to be assigned permissions before you can run this cmdlet. Although all parameters for this cmdlet are listed in this topic, you may not have access to some parameters if they're not included in the permissions assigned to you. To see what permissions you need, see the "User reporting" entry in the Client Access Permissions topic.