Hello there, Today a customer was asked to see who was meeting the meetings in their meeting rooms. We received this request with the following command. Source Set-MailboxFolderPermission homeetingroom1:\Calendar -User Default -AccessRights Reviewer
Exchange Server
Export Distribution Group Member Exchange
Get-DistributionGroupMember -identity “Group Name” | Export-Csv -not C:\root\filename.csv
How To Add Bulk Users to Member of Distribution Group
Hi everyone, You can use the following commands if you want to batch add a group user. Import-Csv -Path c:\root\1.csv | ForEach {Add-DistributionGroupMember -Identity “Genel Müdürlük” -Member $_.EmailAddress}
Exchange 2013 Pop3 Connection Drop
Hi Everyone, This week we have an exchange connection problem, Problem with disconnecting Exchange pop3 we solve problem following command. Problem; Pop Proxy component is disabled, Use this command for checking component status Get-ServerComponentstate –Identity SERVERNAME Enable for component use following command; Set-ServerComponentState –Identity SERVERNAME...
Exchange 2013 Pop3 Connection Drop
Hi Everyone, This week we have an exchange connection problem, Problem with disconnecting Exchange pop3 we solve problem following command. Problem; Pop Proxy component is disabled, Use this command for checking component status Get-ServerComponentstate –Identity SERVERNAME Enable for component use following command; Set-ServerComponentState –Identity SERVERNAME...
Email Testing Relay powershell
Hi colleagues can use this command to check the relay authority on the server. Send-MailMessage -SMTPServer 192.168.3.103 -To support@test.com;Bilgi.Teknolojileri@abc.com -From destek@abc.com -Subject “This is a test email” -Body “This email” send with powershell script ”
Exchange 2010 Internal adresi SSL sertifika yönlendirme.
Merhabalar, Bir çok defa yapıp kullanıyor olmama rağmen not olarak blogu’ma eklemediğim bir Exchange konfigurasyonunu paylaşacağım. Bilindiği gibi domain.local gibi gerçek dünyada olmayan isimler ile Active Directory organizasyonları kurulabiliyor, fakat Exchange sistemlerinde dış dünya ile ilişki kurulduğundan bir ayağımızı dış dünya ya entegre etmek zorundayız....
Exchange 2013 3Party SSL Sertifika Uygulaması
Merhabalar, Exchange yapılarında 3party sertifika kullanılması istenen durumlar da yapılması gereken bazı değişiklikler, gerekiyor. Neden ? SSL sertifikalarının içerisine internal domain yazılamadığından dolayı böyle bir ihtiyaç doğuyor örneğin exchange sunucusu “exchange2013.domain.local” fakat dış dünya da mail.huseyinkartal.net olarak tanımlıdır bu sertifika tarafında sorun yaşatmaktadır. çözüm için....
Exchange 2010 Database Change Client Access Server
Merhaba, Migration yapılan sistemlerde Databaselerin RPC Client Acces ayarlarını da değiştirmek gerekir, Bir müşterimiz de karşılaştığımız bu sorunda kullanıcılar tamamen yeni sunucuya taşınmış olup, fakat eski CAS sunucusu üzerinden login olunuyordu, bu istemediğimiz bir durum olduğundan dolayı konuyu aşağıdaki komutlar ile çözüme ulaştırdık....
Exchange 2010 Database show database settings Command Powershell
Selamlar, Exchange üzerinde database ayarlarının tamamını görmek için aşağıdaki komutu kullanabilirsiniz. Get-MailboxDatabase -Identity MDB1 | fl Çıktı örneği; RunspaceId : 14e31f5a-d8b6-4fe8-81c2-f1232b9e1e49JournalRecipient :MailboxRetention : 30.00:00:00OfflineAddressBook :OriginalDatabase :PublicFolderDatabase :ProhibitSendReceiveQuota : 2.3 GB (2,469,396,480 bytes)ProhibitSendQuota : 2 GB (2,147,483,648 bytes)RecoverableItemsQuota : 30 GB (32,212,254,720...