Forum
(Exchange 2007)Storage Gorup içinde ki mailbox databaselerin içindeki tüm mailboxların pstlerini toplu halde almak istiyorum.
Export-Mailbox –Identity cozumpark -PSTFolderPath C:\PSTs
şeklinde tek tek kullanıclar için almak yerine tek komutta nasıl alabilrim acaba ?
get-mailbox -database dbismi | export-mailbox -PSTFolderPath c:\pst
Teşekkürler
peki database in mounted yada unmounted olması farkeder mi?
unmounted konumda iken almaz diye tahmin ediyorum. ( denemedim )
merhaba
get-mailbox -database dbismi | export-mailbox -PSTFolderPath c:\pst
ve
Export-Mailbox -PSTFolderPath c:\
komutunu kendi sistemime uyguladığımda aşşağıdaki hatayı alıyorum
S] C:\Users\administrator.EGITIM\Desktop>Get-Mailbox -Database Mailbox Database 0833493601 | Export-Mailbox -PSTFolder
Path c:\
A positional parameter cannot be found that accepts argument 'Database'.
+ CategoryInfo : InvalidArgument: (:) [Get-Mailbox], ParameterBindingException
+ FullyQualifiedErrorId : PositionalParameterNotFound,Get-Mailbox
WARNING: An unexpected error has occurred and a Watson dump is being generated: Value cannot be null.
Parameter name: path
Value cannot be null.
Parameter name: path
+ CategoryInfo : NotSpecified: (:) [Export-Mailbox], ArgumentNullException
+ FullyQualifiedErrorId : System.ArgumentNullException,Microsoft.Exchange.Management.RecipientTasks.ExportMailbox
[PS] C:\Users\administrator.EGITIM\Desktop>Export-Mailbox -PSTFolderPath c:\
cmdlet Export-Mailbox at command pipeline position 1
Supply values for the following parameters:
Identity: ali koca
WARNING: An unexpected error has occurred and a Watson dump is being generated: Value cannot be null.
Parameter name: path
Value cannot be null.
Parameter name: path
+ CategoryInfo : NotSpecified: (:) [Export-Mailbox], ArgumentNullException
+ FullyQualifiedErrorId : System.ArgumentNullException,Microsoft.Exchange.Management.RecipientTasks.ExportMailbox
database ismi ve mailbox isimlerinde boşluk var gördüğüm kadarıyla. Bu şekilde hata vermemesi için başlarına ve sonlarına " çift tırnak işareti koyun.
ör: Get-Mailbox -Database "Mailbox Database 0833493601" | Export-Mailbox -PSTFolderPath c:\
Merhaba
yine aşşağıdaki hata
yı veriyor
C:\Users\administrator.EGITIM\Desktop>Get-Mailbox -Database "Mailbox Database 0833493601" | Export-Mailbox -PSTFold
er Path c:\
Cannot process argument transformation on parameter 'PSTFolderPath'. Cannot convert value "Path" to type "Microsoft.Exc
hange.Data.LongPath". Error: ""Path" is not an acceptable path. You must use an absolute, local, long file path, that d
oesn't contain '~', or a UNC path.
Parameter name: path"
+ CategoryInfo : InvalidData: (:) [Export-Mailbox], ParameterBindin...mationException
+ FullyQualifiedErrorId : ParameterArgumentTransformationError,Export-Mailbox
Pardon komut aşağıda ki gibi olacak
Get-Mailbox -Database "Mailbox Database 0833493601" | Export-Mailbox -PSTFolderPath c:\
PSTFolder Path burada boşluk olmayacak yani
Get-Mailbox -Database "CISDMC-EXCH-APP\STG_SOK\Mailbox Database" | Export-Mailbox -PSTFolderPath c:\test
You are running on a 64-bit computer. To export to or import from a .pst file, you must be running a 32-bit computer that has Outlook 2003 SP2 or later installed.
At line:1 char:1
+ G <<<< et-Mailbox -Database "CISDMC-EXCH-APP\STG_SOK\Mailbox Database" | Export-Mailbox -PSTFolderPath c:\test
ben de bu hatayı alıyorum neden kaynaklanıyor olabilir?
komutta sorun yok gibi sanki
Get-Mailbox -Database "CISDMC-EXCH-APP\STG_SOK\Mailbox Database" | Export-Mailbox -PSTFolderPath c:\test
You are running on a 64-bit computer. To export to or import from a .pst file, you must be running a 32-bit computer that has Outlook 2003 SP2 or later installed.
At line:1 char:1
+ G <<<< et-Mailbox -Database "CISDMC-EXCH-APP\STG_SOK\Mailbox Database" | Export-Mailbox -PSTFolderPath c:\test
ben de bu hatayı alıyorum neden kaynaklanıyor olabilir?
komutta sorun yok gibi sanki
export-mailbox komutu exchange 2007 kullanıyorsanız, 32 bit client makineden yapılması zorunludur.
32 bit client makineye 32 bit exchange management tools u kuruyorsunuz komutu bu makineden çalıştırıyorsunuz.
cevap için teşekkürler bu kadar hızlı cevap vermeniz için ayrıca teşekkürler.