Memorise

Archive for July, 2013

Public Folder Replication

During installation of the Mailbox Server a new Exchange Server 2010 Mailbox Database will be automatically created. After installation its best to make sure that this database is moved from the default location to an alternate location for recovery and performance reasons. A new Public Folder database will also be automatically created on the new […]

Mailbox Role Failed Error: The following error was generated when

Summary: 3 item(s). 1 succeeded, 1 failed. Elapsed time: 00:26:00 Preparing Setup Completed Elapsed Time: 00:00:10 Mailbox Role Failed Error: The following error was generated when “$error.Clear(); $name = [Microsoft.Exchange.Management.RecipientTasks.EnableMailbox]::DiscoveryMailboxUniqueName; $dispname = [Microsoft.Exchange.Management.RecipientTasks.EnableMailbox]::DiscoveryMailboxDisplayName; $dismbx = get-mailbox -Filter {name -eq $name} – IgnoreDefaultScope -resultSize 1; if( $dismbx -ne $null) { $srvname = $dismbx.ServerName; if( $dismbx.Database -ne […]

Service ‘MSExchangeTransport’ failed to reach status ‘Running’ on this server

Here are some points you need to check: 1. Check Manage auditing and security log Properties Administative Tools > Local Security Policy > Local Policies > User Rights Assignment > Manage auditing and security Exchance Servers. 2. Check Exchange Trusted Subsystem 1)Open Active Directory Users and Computers 2)Under domain name (For example contoso.com),navigate to the […]

Uninstalling Exchange 2007

The local computer is responsible for generating the offline address book http://technet.microsoft.com/en-gb/library/d0faeb2a-79d3-4ded-aa40-20f3b187b414.aspx To move offline address book generation using Exchange Management Console  Open the Exchange Management Console. Expand Microsoft Exchange, expand Organization Configuration, and then select Mailbox. In the results pane, click the Offline Address Book tab. On the Offline Address Book tab, select the […]

Installing your OwnCloud on Windows Server 2008

Windows 7 and Windows Server 2008¶ You must move the data directory outside of your public root. (See advanced install settings) This section describes how to install ownCloud on Windows with IIS. It assumes that you have a vanilla, non-IIS enabled Windows machine – Windows 7 or Server 2008. After enabling IIS, the steps are essentially […]