DRIVE EFFICIENCY THROUGH AUTOMATED IT.
SAVE COST THROUGH CONSOLIDATION OF IT.
WANT TO KNOW MORE ABOUT STRATEGIC CONSULTING CLICK HERE.
MICROSOFT / RISUAL HYPER-V CLOUD EVENT 22ND MARCH 2011 CLICKHERE.

Archive

Author Archive

Voice Mail Preview is not being displayed with English (en-GB) Language Pack

May 15th, 2012 Jovan Davis Comments off

If you are based in the UK and run Exchange 2010 UM it is likely that you will install and use the English (en-GB) Language Pack with your UM Dial Plan.

You may then notice that Voice Mail Previews are not being displayed in Outlook or OWA.

Be aware that Voicemail Preview is only available with the following UM Language Packs:

  • English (US) (en-US)
  • English (Canada) (en-CA)
  • French (France) (fr-FR)
  • Italian (it-IT)
  • Polish (pl-PL)
  • Portuguese (Portugal) (pt-PT)
  • Spanish (Spain) (es-ES)

http://technet.microsoft.com/en-us/library/ff629381.aspx

Categories: Uncategorized Tags:

The World Wide Web Publishing Service (W3SVC) isn’t running on any exchange server in the site.. In Exchange 2010

May 15th, 2012 Jovan Davis Comments off

If you have installed the Exchange Management Console on your client machine or server other than your Exchange 2010 servers you may come across the error below:

image

Solution

If you update your Exchange Servers to Service Pack 1/2, ensure you do the same on the machine running the Management Console.

Categories: Uncategorized Tags:

Disable Mailbox Database Failover in Exchange 2010

May 4th, 2012 Jovan Davis Comments off

In an Exchange 2010 DAG, you may want to disable database activation on another mailbox server that holds a copy but maintain the replication and replay activities. Below is the command to do so:

Suspend-MailboxDatabaseCopy -Identity DB2MBXSERVER1 -ActivationOnly

Categories: Uncategorized Tags:

Code blocks are not allowed in this file error in SharePoint 2010

April 30th, 2012 Jovan Davis Comments off

We came across the below issue after a using uploaded some files to a SharePoint site. When navigating to the affected site users would receive the following error:

An error occurred during the processing of /site/SharedDocuments/Forms/AllItems.aspx. Code blocks are not allowed in this file.

Solution:

The AllItems.aspx had become corrupt. To resolve this we replaced the Allitems.aspx file with one from a working site. To access the files, use the “Open with Explorer” option in SharePoint and navigate to the “Forms” folder.

Categories: Uncategorized Tags:

Cumulative Update 5 for Lync 2010 is now available

April 13th, 2012 Jovan Davis Comments off

CU5 for Lync Server 2010 is now available, see the articles below for more details:

View article…

http://support.microsoft.com/kb/2493736

Categories: Uncategorized Tags:

Service Pack 2 for Microsoft Office for Mac 2011 has been released!

April 13th, 2012 Jovan Davis Comments off

Microsoft Office for Mac 2011 Service Pack 2 (14.2.0) is now available. More details below:

View article…

Categories: Uncategorized Tags:

Windows 8 Keyboard Shortcuts

March 19th, 2012 Jovan Davis Comments off

After installing the Windows 8 Consumer Preview, I have found myself frequently switching between the Metro and Desktop App. The following keyboard guide is useful as it lists all of the shortcuts:

Keyboard Guide

I find myself frequently using Windows Key + I to power off my machine and Windows Key + Q to search for Apps.

Smile

Categories: Uncategorized Tags:

A server-side seed operation has failed. Error: An error occurred while performing the seed operation, which may indicate a problem with the source disk. Error: An error occurred while attempting to access remote resources. Error: An error occurred while processing a request on server ‘SERVER’. Error: Database ‘catalog’ was not active on source server

February 28th, 2012 Jovan Davis Comments off

While running Exchange 2010 SP1, We recently came across the error below after attempting to add a mailbox database copy using the Exchange Management Console:

image

Solution:

Add the database copy using the Exchange Management Shell with the Add-MailboxDatabaseCopy command

Categories: Uncategorized Tags:

Grant Impersonation Permissions Exchange 2010

February 23rd, 2012 Jovan Davis Comments off

In Exchange 2010, applying impersonate permissions to a service account is achieved by using Role-Based Access Control (RBAC). See the below command to grant the permissions:

New-ManagementRoleAssignment –Name:FriendlyAssignmentName –Role:ApplicationImpersonation –User:serviceAccount

Unable to restore a Public Folder in Exchange 2010 SP1

February 20th, 2012 Jovan Davis Comments off

We recently came across an issue where we were unable to restore a deleted Public Folder. We attempted this using ExFolders, MFCMapi and Outlook and received the following errors:

Exfolders:

image

MFCMapi:

image

Outlook:

image

Solution:

Installing Service Pack 2 for Exchange 2010 allowed us to complete the restore with MFCMapi.