Category Archives: Exchange

Exchange Resource Forest Topology

By | 27 October, 2014

Exchange resource forest topology concept usually used in enterprise environment. In this topology, we will have account and resource forest. Account forest is where the account created while resource forest is where service provider (Exchange, Lync) that have account disable linked back to account forest. Usually, this been used while an organization used service provider… Read More: Exchange Resource Forest Topology »

Installing Exchange 2010 in child domain

By | 27 October, 2014

As quick note for my self. To install new (without co-exist legacy) Exchange in child domain, below is the step : Scenario : Parent-Child domain (parent.local & child.parent.local) 1) In parent.local domain controller, sign in as account have Enterprise and Schema Admin for parent.local. 2) Open command prompt and perform : setup.com /PrepareSchema 3) Once… Read More: Installing Exchange 2010 in child domain »

Email stuck at draft

By | 22 August, 2014

When have this issue in Exchange 2013, you can try to perform below : 1) Open Exchange Management Shell in malbox server 2) issue below command o Restart-Service msexchangesubmission o Restart-Service msexchangedelivery o Restart-Service msexchangetransport So far no impact to database, we only restart the transport services in mailbox server. Then try again to see… Read More: Email stuck at draft »

Add new replica existing public folder

By | 9 October, 2013

Public folders, introduced in the first version of Microsoft Exchange, are designed for shared access and provide an easy and effective way to collect, organize, and share information with other people in your workgroup or organization. Public folders are hierarchically organized, stored in dedicated databases, and can be replicated between servers running Exchange. Below is… Read More: Add new replica existing public folder »

Usefull powershell command use in SCR

By | 8 November, 2012

Below is the useful collection of powershell command use in SCR environment. This command is tested on Microsoft Exchange 2007 SP1. 1) Check replication status 2) Enable SCR for storage group 3) Disable SCR for storage group 4) Suspend SCR for storage group 5) Resume SCR for storage group 6) View setting for StandbyMachine

OWA – Broken Again……….

By | 21 September, 2012

Salam, Sometimes, after patch or some miss configuration make our OWA down or something else. So, what we can do is to remove and recreate back virtual directory for OWA. Here is the step : 1) Identify all your virtual-directory using : Get-owavirtualdirectory 2) Remove OWA virtual directory using : get-owavirtualdirectory  | ? {$_.OwaVersion -eq… Read More: OWA – Broken Again………. »