Archive

Posts Tagged ‘Mobility’

Great comparison of EAS clients

July 16th, 2010 Magnus Björk No comments

As mentioned at You had me at EHLO you can find a comparison of Exchange Active Sync clients at Wikipedia. I’m putting together a “wiki” of my own witch will be more model specific and I will post it here as soon as I’m done with it.

Add to FacebookAdd to DiggAdd to Del.icio.usAdd to StumbleuponAdd to RedditAdd to BlinklistAdd to TwitterAdd to TechnoratiAdd to Yahoo BuzzAdd to Newsvine

Multiple Exchange Accounts in Windows Phone 7 Series

May 31st, 2010 Magnus Björk No comments

Maybe you have already heard this but it was new to me…

Surfing the web today I came across this article where Joe Belfiore, Microsoft Corporate Vice President for Windows Mobile, confirmed that the new Windows Phone 7 Series will support multiple Exchange Active Sync accounts.

I think this is great news and I’m looking forward to get back to a Windows based phone again!

Add to FacebookAdd to DiggAdd to Del.icio.usAdd to StumbleuponAdd to RedditAdd to BlinklistAdd to TwitterAdd to TechnoratiAdd to Yahoo BuzzAdd to Newsvine

Ohh no!

April 7th, 2010 Magnus Björk No comments

I was just about to finish a blog post about allow/block/quarantine mobile devices in Exchange 2010. Since SP1 for Exchange 2010 will include this EMC I’m not sure it will be completed…

If you need it, tell me and I will finish and post it!

Add to FacebookAdd to DiggAdd to Del.icio.usAdd to StumbleuponAdd to RedditAdd to BlinklistAdd to TwitterAdd to TechnoratiAdd to Yahoo BuzzAdd to Newsvine

Setup Exchange 2007 for internal and external access

June 5th, 2009 Magnus Björk No comments

This is a question I have been asked several times and I still see it on different forums so I thought I would give you a hint about what you need to configure when you setup Exchange 2007 for both internal and external access.

In the given example I use mailmaster.local for the internal URL’s just to stress the difference between the internal and external URLs. mailmaster.se is of course the external URLs.

Set-WebServicesVirtualDirectory -Identity “CASServer\EWS (Default Web Site)” -InternalURL https://casserver.mailmaster.local/EWS/Exchange.asmx -ExternalURL https://webmail.mailmaster.se/EWS/Exchange.asmx

Set-OABVirtualDirectory -Identity “CASServer\OAB (Default Web Site)” -InternalURL https://casserver.mailmaster.local/OAB -ExternalURL https://webmail.mailmaster.se/OAB

Set-OutlookAnywhere -Server CASServer -ExternalHostname “webmail.mailmaster.se”

Set-ActiveSyncVirtualDirectory -Identity “CASServer\Microsoft-Server-ActiveSync (Default Web Site)” -ExternalURL https://webmail.mailmaster.se/Microsoft-Server-Activesync

If you use Unified Messaging this should also be configured:
Set-UMVirtualDirectory -Identity “CASServer\UnifiedMessaging (Default Web Site)” -InternalURL https://casserver.mailmaster.local/UnifiedMessaging/Service.asmx -ExternalURL https://webmail.mailmaster.se/UnifiedMessaging/Service.asmx

So to do this, just replace CASServer.mailmaster.se with the name of your CAS and webmail.mailmaster.se with your external hostname.

Comment on an article that Windows Mobile phones are unsecure

November 19th, 2008 Magnus Björk No comments

Yesterday the Swedish magazine IDG published a article about Windows Mobile phones. You can read it here:
http://www.idg.se/2.1085/1.193665/sakerhetsexperten-windowsmobiler-vidoppna
The short story (for those not familiar with Swedish) is that the phone is unsecure because of the fact that someone could send a text message to the phone with instructions to execute code. This was originally design for the operator to be able to send settings to the phone.

For those of you who use your Windows Mobile phone to connect to a Exchange 2007 server there are quite a lot you can do to with active sync policies:

As you see below you can block all unsigned applications from being installed into your device and if you know what applications you are facing (could be a bit tricky) you can add these as blocked.

Please note that if you want to use these advanced settings you need Enterprise CALs for your users.

 CAS Policy

CAS “feature”

November 6th, 2008 Magnus Björk No comments

A couple of months ago I wrote a blog about a problem I had with CAS, it’s in Swedish but in essence the problem is the following. If u have Exchange 2007 and you change the default active sync policy and then install a new CAS, the default policy will change back to the configuration it was before you changed it.

Today I had a long talk with some of the guys in both the Windows Mobile and the Exchangeteam and we brought up this problem and it turns out that it will soon be fixed! Great news!