Adobe Reader X (10.1.4) offline installer link

Here is the Windows XP (SP3) and Windows 7 offline installer for Adobe Reader X (10.1.4):
http://ardownload.ad … dbeRdr1014_en_US.exe

Grant FullAccess to regular Active Directory user in Exchange 2010

In Exchange 2010 I needed to add a non mail-enabled user to use a shared mailbox. (Although technically it wasn’t a shared mailbox but a users mailbox in Exchange terminology) Add when I tried to grant the user Full Access Permissions I could only see Mail-Enabled users.

This required me to use the Powershell Command:

 Add-MailBoxPermission reception@localdomain.com -User:'CN=Full Name,OU=Users,OU=City,DC=localdomain,DC=com -AccessRights FullAccess 

What is interesting is that after performing the above, other non-mail enabled users could be added via the GUI afterwards….