Unable to issue Exchange certificate with Denied By Policy Module 0×80094801.

I was recently renewing an SSL certificate for Exchange services with an internal certificate authority, when issuing the certificate request the following error was received: Denied By Policy Module 0×80094801, The Request does not contain a certificate template extension or the certificate template request attribute In order to issue the certificate request I was required … More Unable to issue Exchange certificate with Denied By Policy Module 0×80094801.

Preview recipients that are members of a dynamic distribution list

From the Exchange Management Console you may preview the recipients  returned from the recipient filter applied to the dynamic distribution group. It is also possible to do this from the Exchange Management Shell by invoking the Get-Recipient cmdlet  agaisnt the recipient filter of the dynamic distribution group as below: Get-Recipient -RecipientPreviewFilter (Get-DynamicDistributionGroup -Identity “<Dynamic Distrubution … More Preview recipients that are members of a dynamic distribution list

Unable to connect to a reconnected mailbox in Exchange

I recently reconnected a number of mailboxes in Microsoft Exchange 2010 Service Pack 3 and following Active Directory replication I was unable to connect to those mailboxes either with the Exchange Management Shell or OWA with the following error messages: Couldn’t connect to the source mailbox Your account is disabled In order to resolve this … More Unable to connect to a reconnected mailbox in Exchange

Retrieve all mailboxes where forwarding address is enabled

I was recently looking at retrieving all mailboxes where the forwarding address was enabled as part of the delivery options and to return the mailbox name, forwarding address and if the option to deliver message to both the forwarding address and mailbox is enabled and export this information to an output file. I was able … More Retrieve all mailboxes where forwarding address is enabled

Bulk Disable Mailboxes in Exchange 2010

In a recent post, I wrote about performing a bulk export of mailboxes from a collection (https://deangrant.wordpress.com/2013/10/08/bulk-export-of-exchange-mailboxes-from-a-collection/), now that I have performed the bulk export I am looking to disable to the mailboxes using the same collection list. I will load the collection of mailboxes from a CSV file using the get-content cmdlet to get … More Bulk Disable Mailboxes in Exchange 2010