Tuesday, September 15, 2015

How to enable the light version of OWA in Exchange 2013?

Hello ,
By default, the option to enable the light version of OWA is not exposed in OWA 2013.

On CAS Server

Get-OWAVirtualDirectory | Set-OWAVirtualDirectory –LogonPageLightSelectionEnabled $true 

Similarly you can enable the option to select whether the computer that is running OWA 2013 is a public or private one. This is not enabled by default in 2013.
Get-OWAVirtualDirectory | Set-OWAVirtualDirectory –LogonPagePublicPrivateSelectionEnabled $true 
then 
iisreset



Thanks 

Tuesday, September 8, 2015

How to Modify the Size of Databases(Larger than 1 TB ) in Exchange 2010 Standard Edition

If you like then share Please So others can also get benefit/knowledge !!!!!  

If you want to use databases larger than 1TB on Exchange Server 2010 Standard
Edition, you have to enable it in the registry. To learn how to modify the registry for this
purpose, go to http://go.microsoft.com/fwlink/?LinkId=248378 .



Use Registry Editor to Modify a Database Size Limit

If you change the size limit of your Exchange databases, you may want to evaluate your Exchange database backup and restore plan. Specifically, if you increase the size limit of the Exchange databases, test your backup and recovery operations using the new database size limits to make sure that you can still meet your service level agreements (SLAs).
CautionCaution:
Incorrectly editing the registry can cause serious problems that may require you to reinstall your operating system. Problems resulting from editing the registry incorrectly may not be able to be resolved. Before editing the registry, back up any valuable data.
  1. Start Registry Editor (regedit).
  2. Locate the following registry subkey:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSExchangeIS\<Server Name>\Private-<database GUID>
    noteNote:
    You can get the GUID of a database by running the following command in the Exchange Management Shell: Get-MailboxDatabase -Identity "<database name>" | Format-Table Name, GUID
  3. If the Database Size Limit in GB DWORD exists for the subkey, change its value to the desired size in gigabytes.
  4. If the Database Size Limit in GB DWORD doesn't exist for the subkey, create a new DWORD with that name, and then set its value to the desired size in gigabytes.