• The Name on the security certificate is invalid or does not match the name of the site - PART 2

    Once the cert has been installed you will need to enable the cert, you can run the following command to enable the certificate Enable-ExchangeCertificate -Thumbprint 59 5e a4 7c f0 c0 4f 64 dc 3d 6d 29 95 f7 c4 b1 72 ca 0f 92 -Services "SMTP, IIS"...
  • Office 365 and Autodiscover

    **This blog is based on Exchange 2010 SP1 and not using the Hybrid configuration wizard e.g. SP2** I’ve had a few customers in the last few weeks ask me how autodiscover works for Office 365 so thought i’d write a post to try and help!...
  • When I use the move-mailbox command will my Outlook clients need to recreate their .OST files?

    I’ve had the same question come up a few times recently so thought I'd blog about it as i assumed this is a FAQ. When migrating from Exchange 2003 to 2007 will Outlook need to regenerate the .OST file? The short answer is…no, it doesn't need to be created...
  • Configuring ADFS v2.0 for Office 365

    1              Here are the steps i followed for configuring ADFS for Office 365 (see my previous post for installing ADFS) Steps Action Click, Start, Admin Tools, ADFS 2.0 Management Click ...
  • Enable a hosted (Personal) Archive for Office 365

    Steps Action Configure the ‘Office 365 Tenant’ Organization Relationship Get-OrganizationRelationship "Office 365 Tenant" | fl Run - Set-OrganizationRelationship "Office 365 Tenant" -ArchiveAccessEnabled $true Start a remote PowerShell...