Zero Hour Sleep
12Jun/100

Blogsphere Weekend Read [2010-06-12]

Tagged as: No Comments
9Jun/100

Backup/Restore/Manage your Exchange whitelist using exchange management shell

I will show you today how to manage, backup and restore you sender safe list on Exchange 2007 and 2010 using exchange management shell cmdlets.

To add a entry

$SafeSenders = (Get-ContentFilterConfig).bypassedSenders
$SafeSenders.Add("user@safedomain.com")
Set-ContentFilterConfig -BypassedSenders $SafeSenders

To remove an entry

5Jun/101

Blogsphere Weekend Read [2010-06-05]

Don’t wait for the weekend to get the hottest links. You can get them fresh by following us on twitter

Tagged as: 1 Comment
3Jun/102

BIS & other EWS applications in Exchange 2007 to 2010 coexistence

I have received comments about my "Installing your first Exchange 2010 CAS" 3 parts - tutorial that it didn't include any reference to services other than OWA. The reason behind this is simply because other services like ActiveSync, POP3, IMAP4, will work through proxying without the need for any additional configuration other than what has already been covered.

However I have faced a strange issue with Exchange Web Services and coexistence of Exchange 2007 and 2010. Since it is clearly stated on technet that

Clients that use Exchange ActiveSync, Exchange Web Services, POP3, and IMAP4 can't use redirection.

I thought it is safe to assume that EWS traffic will be proxied just like it is the case of ActiveSync, POP3 and IMAP4. My thoughts were further confirmed by the same technet article stating that Proxying supported between Client Access servers in the same Active Directory Site for the Exchange Web Services protocol (check section "Client Access protocols for redirection and proxying"), but obviously my thoughts were wrong!

Doing some tests with requests hitting the Exchange 2010 CAS server & using the famous test exchange connectivity website showed failures for users who's mailboxes are still on Exchange 2007 with the following error, while the test passed for users who's mailboxes are now on Exchange 2010.

The Client Access server version doesn't match the Mailbox server version of the resource that was being accessed. To determine the correct URL to use to access the resource, use Autodiscover with the address of the resource.

So it seems that the only way for EWS to work in a mixed Exchange 2007-2010 environment is that the application itself should support Autodiscover.

This is bad news, it means that my client will need to edit manually the settings for all its Blackberry Internet Service (BIS) users!

At this point I am still unsure if it is a bug but it looks like one, so if someone has more insight about it I would really appreciate the feedback.

1Jun/101

Exchange 2010 DAG IP fails to be brought online

While running an Exchange 2010 Database Availability Group you might encounter an error in the System Log of your mailbox server stating that

Cluster IP address resource 'Cluster IP Address' cannot be brought online because the cluster network 'Cluster Network 2' is not configured to allow client access. Please use the Failover Cluster Manager snap-in to check the configured properties of the cluster network.

Open the Failover Cluster Manager go to Networks and select the faulty network reported in the above error. You will notice that "Allow clients to connect through this network" is enabled.

k. 01

This seems to be a bug and the solution is pretty easy, you just need to deselect "Allow clients to connect through this network", click on Apply, select it again and apply once more the new configuration, this should take care of the error right away.

30May/100

Blogsphere Weekend Read [2010-05-29]

Tagged as: No Comments
Page 5 of 10« First...3456710...Last »
Content Twitter

RSS Feed

RSS by email