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