Microsoft Outlook 2013 change .ost location

 

How to change location of the .ost file in Outlook 2013:

When  you want to change location of .ost file in Microsoft Outlook 2013 you can use following two methods:

1. Change .ost file path by creating new Outlook Profile

Open Control Panel, find and choose Mail or Mail (Microsoft Outlook 15)

In Mail Window click Add

 

Write new Profile Name:

 

Choose OK, Outlook should find your mail account.

Continue reading

Microsoft Outlook won’t open add-ins problem

 

If we are trying to run Microsoft Outlook without success, we can check add-ins used in Outlook

Try to run Microsoft Outlook in safe mode like below:

Outlook.exe /safe

 

If Outlook will start in safe mode, go to Add-ins options and disable any 3rd party add-ins you see:

  • On the File tab, click the Options category
  • Click Add-ins
  • Select COM Add-ins from the Manage box, and then click Go
  • Click to clear the check box for any add-ins that you want to disable
  • Click OK, and then restart Outlook

 

If it doesn’t help, follow this article:

Outlook 2010: How to troubleshoot crashes in Outlook

Exam 70-417 Upgrading Your Skills To MCSA Windows Server 2012 – free online training

 

One day ago we wrote about Exchange 2013 certification.

You’ve learned that to get MCSE Messaging certification you have to get MCSA in Windows Server 2012.

Now we want to inform you that training for exam 70-417 Upgrading your skills to MCSA Windows Server 2012 which is required to upgrade from MCSA Windows Server 2008 to MCSA Windows Server 2012 is available online for free.

The free online training for exam 70-417 Upgrading your skills to MCSA Windows Server 2012 is splited into 12 sessions and will prepare you to pass 70-417 exam.

Microsoft Exchange 2013 certification MCSE changes

 

With the introduction of Microsoft Exchange Server 2013, Microsoft also introduced new exams for critificate MCSE Exchange 2013.
MCSE – Microsoft Certified Solutions Expert: Messaging

No more MCITP, there is no more MCITP certifications for Exchange 2013. Now it’s replaced by MCSE in Messaging certificate. To get this certificate you have to pass two exams the path for Exchange 2013 certification:

 

and have MCSA Windows Server 2012 Certificate.

To get MCSE Messaging certificate you can take following path:

If you are new to Microsoft certification, first you need to take three exams to get MCSA in Windows Server 2012

 

or if you have MCSA in Windows Server 2008 you can upgrade your skills to MCSA Windows Server 2012 passing exam 70-417

Continue reading

Exchange 2010 get Mailbox Permissions

 

Exchange 2010 MailboxPermission

Last time we explained how to add permissions to mailbox or mailbox folder in Microsoft Exchange 2010.

But what if we need to check users permissions for mailboxes ?

To check permissions assigned to mailbox we need to use Get-MailboxPermission CMDlet.

But if we run:

Get-MailboxPermission JSmith

we will get list of all permissions including owner and inherited permissions

W can filter permissions by adding where with specified options like below, where we don’t want to get owners permissions and inherited permissions in output list:

Get-MailboxPermission JSmith | where {$_.user.ToString() -ne "NT AUTHORITY\SELF" -and $_.IsInherited -eq $false}

 

If we need to check all mailboxes on server MX01 we need to add Get-Mailbox and pipline output to Get-MailboxPermission like below:

Get-Mailbox -server MX01 -ResutlSize Unlimited | Get-MailboxPermission JSmith | where {$_.user.ToString() -ne "NT AUTHORITY\SELF" -and $_.IsInherited -eq $false}

 

To check only Send-As permissions we can run following command:

Get-Mailbox -server MX01 -ResultSize Unlimited | Get-ADPermission | where {($_.ExtendedRights -like “*Send-As*”) -and ($_.IsInherited -eq $false) -and -not ($_.User.ToString() -like “NT AUTHORITY\SELF”)}

 

But if we want to list permissions to mailbox folder we have to use Get-MailboxFolderPermission CMDlet and choose folder to check.

This example will check permissions to JSmith mailbox calendar folder:

Get-MailboxFolderPermission –identity “JSmith*:\Calendar”

 

 

iOS 6 update and Exchange meetings problem resolved

Apple Fixes a bug affecting users with Exchange meetings

 

Today Novembert 1st 2012 Apple released an update for iOS6 and claims issue with meetings stands resolved.

 

On Apple Support WebSite we can find information about update for iOS6 to iOS 6.0.1

This Apple software update to iOS 6.0.1 resolves few main problems with IPhone 5.

But for us the most important is that Apple update to iOS 6.0.1 resolves Exchange meetings problems when you are using Apple devices.

Informations about Apple iOS 6.0.1 Software Update can be found here:

http://support.apple.com/kb/DL1606

 

There is no official confirmation from Microsoft that this update actually fixes the Exchange issues introduced from iOS 6

 

Below you can find informations what this update contains:

 

Apple iOS 6.0.1 Software Update

This update contains improvements and bug fixes, including:

• Fixes a bug that prevents iPhone 5 from installing software updates wirelessly over the air
• Fixes a bug where horizontal lines may be displayed across the keyboard
• Fixes an issue that could cause camera flash to not go off
• Improves reliability of iPhone 5 and iPod touch (5th generation) when connected to encrypted WPA2 Wi-Fi networks
• Resolves an issue that prevents iPhone from using the cellular network in some instances
• Consolidated the Use Cellular Data switch for iTunes Match
• Fixes a Passcode Lock bug which sometimes allowed access to Passbook pass details from lock screen
• Fixes a bug affecting Exchange meetings

For information on the security content of this update, please visit this website:

http://support.apple.com/kb/HT1222

This update is available via iTunes and wirelessly.

 Apple update to iOS 6.0.1 download links:

  • Phone 3GS (iPhone2,1) version 6.0.1 (Build 10A523), Download
  • iPhone 4 (AT&T) (iPhone3,1) version 6.0.1 (Build 10A523), Download
  • iPod Touch 4G (iPod4,1) version 6.0.1 (Build 10A523), Download
  • iPhone 4 (Verizon) (iPhone3,3) version 6.0.1 (Build 10A523), Download
  • iPad 2 (Wi-Fi) (iPad2,1) version 6.0.1 (Build 10A523), Download
  • iPad 2 (AT&T) (iPad2,2) version 6.0.1 (Build 10A523), Download
  • iPad 2 (Verizon) (iPad2,3) version 6.0.1 (Build 10A523), Download
  • iPhone 4S (iPhone4,1) version 6.0.1 (Build 10A523), Download
  • iPad2,4 (iPad2,4) version 6.0.1 (Build 10A523), Download
  • iPad 3 (Wi-Fi) (iPad3,1) version 6.0.1 (Build 10A523), Download
  • iPad 3 (AT&T) (iPad3,2) version 6.0.1 (Build 10A523), Download
  • iPad 3 (Verizon) (iPad3,3) version 6.0.1 (Build 10A523), Download
  • iPhone3,2 (iPhone3,2) version 6.0.1 (Build 10A523), Download
  • iPhone 5 (AT&T) (iPhone5,1) version 6.0.1 (Build 10A525), Download
  • iPhone 5 (Verizon) (iPhone5,2) version 6.0.1 (Build 10A525), Download
  • iPod Touch 5G (iPod5,1) version 6.0.1 (Build 10A523), Download
  • iPad2,5 (iPad2,5) version 6.0.1 (Build 10A523), Download
  • iPad3,4 (iPad3,4) version 6.0.1 (Build 10A523), Download

 

Lync Server 2013 materials on Microsoft Download Center

Exchange 2010 list activesync Apple devices

 

Few days ago, we wrote about problems with Apple mobile devices updated to iOS6, and also we wrote how to check mobile devices connected to mailboxes in Exchange 2010.
Below you can find link to last post:

Exchange 2010 ActiveSync Devices list

 

Now because lot of people have problems with mobile devices with iOS6 connected to mailboxes on Exchange 2010, we want to show you how you can get check how many mobile devices are connected to mailboxes in your Exchange 2010 environment.

To get list of all mobile devices connected to mailbox JSmith use below command:

Get-ActiveSyncDeviceStatistics -Mailbox JSmith | ft DeviceType, DeviceUserAgent, LastSuccessSync

 

Now we need to get all mailboxes from MB01 server and get list of all mobile devices which were used to connect to those mailboxes.
To do this we need to use both command:  Get-Mailbox and Get-ActiveSyncDeviceStatistics

If we want to get all mailboxes from MB01 server:

$MBXs = Get-Mailbox -server MB01 -RecipientTypeDetails UserMailbox –ResultSize Unlimited -Filter {HiddenFromAddressListsEnabled -eq $false}

 

Now we need to check mobile devices:

Continue reading

Exchange 2010 SP2 Rollup 4 errors after update: MSFTESQL and MapiExceptionUnexpectedMailboxState

 

MSFTESQL error after applying Rollup 4 for Exchange 2010 SP2:

After updating yours Exchange 2010 SP2 environment to Rollup 4 or Rollup 4-v2 you can find errors in EventLog like below:

Event 4999:

Watson report about to be sent for process id: 14116, with parameters: E12, c-RTL-AMD64, 14.02.0297.000, ExMSFTE, M.E.Search.ExSearch, M.E.S.Crash.CrashNow, M.E.Common.FailFastException, 678e, 14.02.0318.001.
ErrorReportingEnabled: False

Event 64772:

The filter daemon process MSFTEFD exited unexpectedly. Here is the stack trace:

Event 1053:

The system exception c000010a was raised at 000007FEF9B60F16. Stack:

Also you can expirence problems with CPU utilization is reaching 100% during mailbox moves. All utilization is consumed by msftefd.exe

Those symptoms looks very similar to symptoms described for Exchange Server 2007:

The Msftefd.exe process constantly consumes up to 100 percent of CPU resources

Error message occurs on a server that is running Exchange Server 2007 and that has the mailbox server role installed

 

Sometimes helps applying the following hotfix to Microsoft Filter Pack 2.0:

Filterpack2010-kb2597139-fullfile-x64-glb.exe

If you uninstall Rollup 4 for Exchange 2010 SP2 the errors won’t appear anymore.

Continue reading

IOS6 and Exchange meeting hijacking – calendar issues

 

Few days ago, when Apple released iOS6 we informed you about IOS6 and Exchange problems:
Exchange ActiveSync problems after upgrading IPhone or IPad to iOS6

After recent release of iOS6 Microsoft noticed increased support calls due to meetings having the owner of the meeting changed – meeting “hijacking”.
Most instances reported to Microsoft to date involve users with delegates who first open a meeting request in Outlook and then act on that same meeting in iOS.

iOS6 take ownership of meetings

Microsoft discussed this issue with Apple and will let as know when problem will be resolved.

Right now Microsoft has soem recommendations to offer a few migitation options:

  • Tell users not to take action on calendars on iOS We’re not seeing this particular issue if users don’t take action on their calendar items (for example, accept, delete or change meetings).
  • Switch iOS users to POP3/IMAP4 Another option is to switch users over to POP/IMAP connections. This will remove calendar and contacts functionality while allowing users to still use email (though the email may shift to pull from push while using these protocols) Continue reading