Archive for November, 2009

How to enter Exchange Server 2010 Product Key with Powershell?

Wednesday, November 11th, 2009 Posted in Exchange Server, Windows Powershell | No Comments »

If you don't want to use Exchange Management Console, you can use Powershell: Set-ExchangeServer -Identity '%Name%' -ProductKey '%ProductKey%' So simple but important command for me :) You need to restart "Information Store" ... Read more..

İyiki doğdun Göktuğ İçöz! Nice yıllara..

Wednesday, November 11th, 2009 Posted in Hayattan | No Comments »

O bir yazılımcı, o bir yönetici, o bir personel müdürü.. Bugün Göktuğ'un doğum günüydü. Uzunca bir süre Göktuğ'un ofise gelmesi için bekledik. Her şey hazırdı. Pasta, kola, cips.. Hatta kola ve ... Read more..

AD kurulumunda “a password is not required” hatası

Monday, November 9th, 2009 Posted in Windows Server | No Comments »

Bugün bir müşterinin Active Directory yapısını kurmaya çalışırken aşağıdaki hatayı aldım: The local Administrator account becomes the domain Administrator account when you create a new domain. The new domain cannot be ... Read more..

FTP’deki Active Mode ve Passive Mode farkı

Monday, November 9th, 2009 Posted in Hosting & IIS7 | No Comments »

Mail ile bir ziyaretçimden bu yönde bir soru aldım. Bu yüzden siteye de eklemeyi uygun görüyorum. Active FTP: Sunucu üzerinde 20 ve 21 nolu portların açık olması lazım. Kullanıcı tarafında ise 1023 üzeri ... Read more..

Autodiscover configuration for Hosted Exchange 2010 on Powershell

Monday, November 9th, 2009 Posted in Exchange Server, Windows Powershell | 3 Comments »

You need to create an Autodiscover directory in IIS and configure it. What I do with this script is creating that directory and configuring for redirection. New-Item "C:\inetpub\Autodiscover_redirect" -type Directory New-Item "C:\inetpub\Autodiscover_redirect\Autodiscover" ... Read more..

How to enable Outlook Anywhere on Exchange Server 2010 with Powershell?

Monday, November 9th, 2009 Posted in Exchange Server, Windows Powershell | No Comments »

An easy way to enable Outlook Anywhere on Microsoft Exchange Server 2010 with Powershell: Enable-OutlookAnywhere –ExternalHostname ‘mail.yusufozturk.info’ –SSLOffloading $false -DefaultAuthenticationMethod ‘Basic’ You can set authentication method as Basic or NTLM. Read more..

Exchange 2010′a Powershell ile Send Connector ekleme

Sunday, November 8th, 2009 Posted in Exchange Server, Windows Powershell | No Comments »

Bildiğiniz gibi ilk kurulum sonrası Exchange'i dışarıya açabilmek için Send Connector eklemeniz lazım. İşte otomatik kurulum gibi bir şey yapmak istiyor ya da en basitinden Exchange arabirimini kullanmak istemiyorsanız, Powershell ... Read more..

IIS7.5 üzerindeki bir siteyi Domain User ile çalıştırmak

Sunday, November 8th, 2009 Posted in Hosting & IIS7 | No Comments »

IIS7.5 üzerinde açtığınız bir siteyi domain user ile çalıştırmak istiyorsanız: 1) AD üzerinde IIS için bir group yaratın. 2) AD üzerinde site için bir user yaratın. 3) IIS User'ı IIS Group'a join edin. 4) ... Read more..

Protected: Bir sistemci gözüyle “Hosting sektörü ve Linux”

Sunday, November 8th, 2009 Posted in Hosting & IIS7 | Enter your password to view comments.

This post is password protected. To view it please enter your password below: Password: Read more..

ASP.NET write access error on IIS7.5

Sunday, November 8th, 2009 Posted in Hosting & IIS7 | No Comments »

If you use domain users for IIS, you may get this write access error. The current identity (VPOOL\iusr_yusufozturkinfo) does not have write access to 'C:\Windows\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET Files'. Description: An unhandled exception ... Read more..