Archives
September 2023 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 Page list
RSS Feed
Category Archives: Exchange 2010
Sending an email with X-Headers in EWS via powershell
I recently needed to test sending an email via EWS with a bunch of custom X-headers. While I have worked with EWS in PowerShell before I couldn’t find any examples of how to do so but found plenty in Java and .Net. So, after stumbling through trying to recreate what I found in PowerShell I […]
Posted in EWS, PowerShell
Leave a comment
The various picture resolutions supported by Exchange 2013 mailboxes
In researching what picture resolutions are supported by Exchange (and Lync 2013/Skype for business) I came across this MS Technet article stating the the following 3 resolutions used in Lync: 48 x 48 : Used if no higher resolution image is selected 96 x 96 : Used in Outlook Web App and Outlook 2013 648 x 648 […]
Posted in EWS, Exchange 2013, Outlook
Leave a comment
PowerShell script to download attachments from an email
Recently I was asked to automate the process of grabbing an email from a mailbox and downloading all the attachments to a specified destination. The following script accomplishes this using the Exchange Managed Webservices API. A few notes about this script: It must be run by either the same account that owns the mailbox being […]
Posted in Email, EWS, Exchange
Leave a comment
Powershell script to sync select details of calendar entries from one calendar to another
Recently at work I received a request to sync the calendar of one of our employee’s to the iPhone of a person external to the company. After much deliberation between all of our internal IT teams we decided on the following method: Created an exchange mailbox that can’t send and receive email for the external […]
Posted in EWS, Exchange 2010, PowerShell
Leave a comment
PowerShell script to find all Active Sync devices on an Exchange 2010 server that haven’t synced in a specified amount of time
I published my 1st Powershell script to Technet’s Script repository and Poshcode.org. You can grab it here and below are the details of the script straight from the help file: .SYNOPSIS Get-InactiveActiveSyncDevices pulls all user mailboxes with an Active Sync partnership and then selects the Active Sync devices that haven’t synced in the specified period. […]
Posted in Exchange 2010, PowerShell
Leave a comment
Multiple Exchange accounts in Outlook 2010 and 2013
We have added a lot of new email domains at my company recently and one most common request from our users is to work with multiple Exchange mailboxes within Outlook 2010. This would normally be accomplished by giving the user full access to whatever additional mailbox they need access to. But this method had some drawbacks […]
Posted in Exchange 2010, Outlook
Leave a comment
Make sure your Exchange 2003 server is fully removed before raising your AD Domain Functional Level
Though we completed our Exchange 2010 migration over a year ago we still kept our Exchange 2003 server around due to some hard-coded references in internally developed apps. Once those were taken care of we shutdown our Exchange 2003 server for a few months to make sure nothing else was still referencing it. After 6 months we […]
Posted in Active Directory, Exchange 2003, Exchange 2010, W2K8R2
Leave a comment
How to change and then resume a failed New-MailboxImportRequest In Exchange 2010
Recently I had to import a handful of PST files into a our Exchange 2010 server using the New-MailboxImportRequest cmdlet, and did so without setting the -baditemlimit parameter. During the import one of the files threw an error. Despite the discoverability of PowerShell, I couldn’t quickly figure out how to restart the import with a newly specified bad […]
Posted in Exchange, Exchange 2003, Exchange 2010, PowerShell
Tagged as: Exchange 2003, Exchange 2010, New-MailboxImportRequest, PowerShell
Leave a comment
Exchange 2010 mailboxes inherit IMAP folder views and attributes if imported from a PST dump of an IMAP account
I recently had to migrate 9 IMAP accounts from GoDaddy to our Exchange 2010 server. Since GoDaddy does not offer export services and it was only 9 accounts we decided to use a handful of Outlook profiles to connect to the GoDaddy IMAP accounts and pull down a full copy of the mailboxes. The exact […]
Posted in Email, Exchange 2010, IMAP, Outlook
1 Comment
How to quickly disable account access in AD and Exchange 2010
While testing the feasibility of a Bring Your Own Device policy with Exchange 2010 Active Sync we noticed some odd behavior with disabled accounts. One of the policies we decided on was that during an employee termination we would disable sending and receiving from an ActiveSync device before we removed Active Sync or wiped the […]
Posted in Active Directory, Exchange 2010, Windows
Leave a comment
You must be logged in to post a comment.