Bilgehan K. Gündüz

www.bilgehangunduz.com / www.sorogren.com

Exchange Server 2013 Toplu halde Import / Export

Exchange Server 2013 Toplu halde Import / Export

İmport /Export öncesi Exchange veya uygun sunucu üzerine PST adında bir klasör oluşturun paylaşıma açın Everyone Full Control verin …

İmport:

$RestorePath =”\\ServerAdi\PST\Backup” Get-ChildItem *.pst -Path $RestorePath | Select Name, BaseName | ForEach { New-MailboxImportRequest -MailBox $_.BaseName -FilePath “$RestorePath\$($_.Name)” -Confirm:$false }

Export : Administrator mailbox ile DiscoverySearchMailboxı hariç tutuyoruz. Sadece Inbox klasörü altındaki alt klasörler yedekleniyor ve komutta adı geçen kaplar sadece PST olarak yedekleniyor.

$BackupPath =”\\ServerAdi\PST\Backup” foreach($mailbox in Get-MailBox -filter {Name -notlike “Administrator” -AND Name -notlike “DiscoverySearchMailbox*”}) { New-MailboxExportRequest -Mailbox $mailbox.Identity -FilePath “$($BackupPath)\$($mailbox.UserPrincipalName).pst” -IncludeFolders “#Inbox#/*”,”#SentItems#”,”#DeletedItems#”,”#Calendar#”,”#Contacts#”,”#Drafts#”,”#Tasks#”,”#Notes#” }

admin

Website:


Warning: Undefined variable $user_ID in /home/bilgehan/domains/bilgehangunduz.com/public_html/wp-content/themes/consultstreet/comments.php on line 45

You must be <a href="http://www.bilgehangunduz.com/wp-login.php?redirect_to=http%3A%2F%2Fwww.bilgehangunduz.com%2Findex.php%2F2018%2F04%2F19%2Fexchange-server-2013-toplu-halde-import-export%2F">logged in</a> to post a comment