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 ”
DELL PowerEdge R740 Hyper-V Random Reboot
Hello there, The Dell R740 server we wanted to include in our Hyper-v Cluster, which we used in one of our customers, automatically reboots after a while and issues an Event 41 error. The call requests we opened to Microsoft and Dell did not solve...
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....
Server 2012 Sysvol & Netlogon Share oluşmuyor
Merhabalar, Bir müşterimiz de FSMO rolleri geçişi yaparken karşılaştığımız bir sorun da Domain Forest’a eklemiş olduğumuz DC’ler de Sysvol & Netlogon paylaşımları gelmemekte ve FSMO rolleri bu sebepten diğer sunuculara taşınamamaktaydı.. Bu soruna karşılık aldığımız event 4012, event logları detaylı incelediğimde bu single domain controller’ın ...
Exchange 2013 wildcard ssl IMAP & POP3 ayarları
Selamlar, imaps ve pop3s için exchange powershell üzerinde çalıştırılması gereken komutlar aşağıdaki gibidir. Set-POPSettings -ExternalConnectionSetting {mail.careexchange.in:995:SSL} Set-ImapSettings -ExternalConnectionSetting {mail.careexchange.in:993:SSL} — Set your Certificate name properly Set-POPSettings -X509CertificateName exchange2013.careexchange.in Set-IMAPSettings -X509CertificateName exchange2013.careexchange.in Kaynak
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....