Quantcast
Viewing latest article 7
Browse Latest Browse All 21

Weekly Exchange PowerShell Tip: Batch Migrate Archives

​Batch move mailbox archives from text file: $Mailboxes = Get-Content .\TextFile.txt For ($Start = 0; $Start -lt $Mailboxes.length; $Start++) {New-MoveRequest –Identity `$Mailboxes[$Start] -ArchiveOnly -ArchiveTargetDatabase 'MailboxDatabaseName'}

Viewing latest article 7
Browse Latest Browse All 21

Trending Articles