Forum
Merhaba arkadaşlar,
Exchange 2010'da Import Export, Move maibox komutlarını bir türlü aktifleştiremedim.
http://www.exchangeinbox.com/article.aspx?i=154 sitesinde yazılanları birebir yaptım , Outlook 2010'da kurdum Mbx server'a ama bir türlü exchange management shell'de komutları kullanamıyorum, yükleyemedim. neyi atlıyor olabilirim?
Teşekkürler.
Komutu yürüttüğünüz management shell görüntüsünü paylaşsanız daha kolay yardım alabilirsiniz 🙂
Merhaba,
Görüntü aşağıdaki gibidir,
teşekkür ederim.
Export import hakkını kendinize vermemişsiniz gibi duruyor aşağıaki komutu yürüttüken sona sunucudan logof olup tekrar girin.
New-ManagementRoleAssignment -Role "Mailbox Import Export" -User Userİsminiz
Merhaba,
aynen yaptım bir hata vermedi ancak komutlarda hala gelmiyor.
Merhaba,
Get-RoleGroup 'Mailbox Import Export Admins' | Get-RoleGroupMember
Komutunu yürütüp şu an bu çalışmaları yaptığınız user listedemi kontrol edermisiniz.
Merhaba,
sonuç aşağıdaki gibi, yani ekli gözüküyor.
[PS] C:\Windows\system32> Get-RoleGroup 'Mailbox Import Export Admins' | Get-RoleGroupMember
The operation couldn't be performed because object 'Mailbox Import Export Admins' couldn't be found on 'dc.domain
com.tr'.
+ CategoryInfo : NotSpecified: (:) [Get-RoleGroup], ManagementObjectNotFoundException
+ FullyQualifiedErrorId : 16B14E7E,Microsoft.Exchange.Management.RbacTasks.GetRoleGroup
[PS] C:\Windows\system32> Get-RoleGroup 'Exchange Mailbox Import Export' | Get-RoleGroupMember
Name RecipientType
---- -------------
Administrator UserMailbox
Exchange Servers Group
Exchange Trusted Subsystem Group
[PS] C:\Windows\system32>
Selam,
Grubun yetkilerini kontrol edebilirmiyiz ;
Get-ManagementRoleEntry 'Exchange Mailbox Import Export'
Merhaba, bu komut hata veriyor? kullanamadım?
[PS] C:\Windows\system32>Get-ManagementRoleEntry -Identity 'Exchange Mailbox Import Export'
Cannot process argument transformation on parameter 'Identity'. Cannot convert value "Exchange Mailbox Import Export" t
o type "Microsoft.Exchange.Configuration.Tasks.RoleEntryIdParameter". Error: "The format of the value you specified in
the Microsoft.Exchange.Configuration.Tasks.RoleEntryIdParameter parameter isn't valid. Check the value, and then try ag
ain.
Parameter name: identity"
+ CategoryInfo : InvalidData: (:) [Get-ManagementRoleEntry], ParameterBindin...mationException
+ FullyQualifiedErrorId : ParameterArgumentTransformationError,Get-ManagementRoleEntry
[PS] C:\Windows\system32>
Identity koymadan denermisiniz.
Aynı maalesef,
[PS] C:\Windows\system32>Get-ManagementRoleEntry "Exchange Mailbox Import Export"
Cannot process argument transformation on parameter 'Identity'. Cannot convert value "Exchange Mailbox Import Export" t
o type "Microsoft.Exchange.Configuration.Tasks.RoleEntryIdParameter". Error: "The format of the value you specified in
the Microsoft.Exchange.Configuration.Tasks.RoleEntryIdParameter parameter isn't valid. Check the value, and then try ag
ain.
Parameter name: identity"
+ CategoryInfo : InvalidData: (:) [Get-ManagementRoleEntry], ParameterBindin...mationException
+ FullyQualifiedErrorId : ParameterArgumentTransformationError,Get-ManagementRoleEntry
[PS] C:\Windows\system32>Get-ManagementRoleEntry 'Exchange Mailbox Import Export'
Cannot process argument transformation on parameter 'Identity'. Cannot convert value "Exchange Mailbox Import Export" t
o type "Microsoft.Exchange.Configuration.Tasks.RoleEntryIdParameter". Error: "The format of the value you specified in
the Microsoft.Exchange.Configuration.Tasks.RoleEntryIdParameter parameter isn't valid. Check the value, and then try ag
ain.
Parameter name: identity"
+ CategoryInfo : InvalidData: (:) [Get-ManagementRoleEntry], ParameterBindin...mationException
+ FullyQualifiedErrorId : ParameterArgumentTransformationError,Get-ManagementRoleEntry
Günaydın tekrar
Bir fikriniz varmı acaba, pst'ye almam lazım acil 🙁
Exchange 2010 sp1 kullanıyorsanız export-mailbox komutu çalışmaz. SP1 yükledikten sonra komut değişti ve Outlook 2010 u yüklemenize de gerek kalmıyor. Sadece aşağıda ki komutu vermeniz yeterlidir.
new-mailboxexportrequest "mailbox ismi" -filepath \\sunucuismi\pst\mailboxismi.pst
herhangi bir yerde paylaşım açıp path olarak yukarıda ki gibi göstermeniz gerek.
hocam çalıştı, çok teşekkür ederim size,
iyi çalışmalar.