Archive for the ‘exchange’ Category

Hotmail – Activesync (finally)

Finally I have activesync for hotmail on my Android ( Nexus One )

Basically the settings are

  • Username: you@hotmail.com
  • Password: your hotmail password
  • Server Type: Activesync (choose manual setup)
  • accept certs
  • Server Address: m.hotmail.com

its not working too well tho, some syncs are not doing anything. At least its a start.!

J

Exchange 2007 – SAN Certificate & MSSTD

Ok,

I finally bit the bullet and purchased a SAN Certificate for Exchange 2007 so that I dont get any more problems with security errors etc. There was a small problem though, The SAN consisted of

CN = domain.com
SAN (Subject Alternative Name) = autodiscover.domain.com & rpc.domain.com & webmail.domain.com

Due to the way outlooks connects over RPC/HTTPS you need to make sure you update the MSSTD Record to reflect the CN on the certificate

  • Set-OutlookProvider EXPR -Server $null -CertPrincipalName msstd:domain.com

 

Return top