Knowledge BaseHow do i export mailboxes to PSTs by using members of a specific OU
W P Staff asked 6 years ago

How do i export mailboxes to PSTs by using members of a specific OU

1 Answers
W P Staff answered 6 years ago

$Export = get-mailbox -OrganizationalUnit “EX” ; $Export|%{$_|New-MailboxExportRequest -FilePath “\\server\share\psts\$($_.alias).pst”}