Скрипт выгрузки ПЯ
{New-MailboxExportRequest -Mailbox $User -ContentFilter {(Received -gt '02/01/2018') -and (Received -lt '07/01/2018') -or (Sent -gt '02/01/2018') -and (Sent -lt '07/01/2018')} -Filepath "\\Server\PST\Folder1\$($user).pst" }
{New-MailboxExportRequest -Mailbox $User -ContentFilter {(Received -gt '02/01/2018') -and (Received -lt '07/01/2018') -or (Sent -gt '02/01/2018') -and (Sent -lt '07/01/2018')} -Filepath "\\Server\PST\Folder1\$($user).pst" }
Комментарии
Отправить комментарий