Showing posts with label Hosted Exchange 2010. Show all posts
Showing posts with label Hosted Exchange 2010. Show all posts
Monday, February 1, 2010
test OOF on hosted Exchange 2010
test OOF to being working. Outlook 2007 with Exchange 2010 can have different settings for inside ORGANIZation and outside ORGANIZation OOF messages
Labels:
Hosted Exchange 2010,
inside,
messages,
OOF,
organization,
outlook 2007,
outside
Saturday, January 30, 2010
OAB and hosted exchange 2010
http://blogs.msexchange.org/silva/2008/05/22/exchange-shared-hosting-and-addressbookroots/
http://www.kortekservices.com/lyle/
I followed above articles. But I can't get OAB to work.
there is an entry addressbookroots2 in addition to addressbookroots.
my setup is Windows 2008 + Exchange 2010.
hopefully, this is not related to autodiscovery as indicated in various forums.
So far, I get OWA working and I get outlook anywhere working with outlook 2007.
http://www.kortekservices.com/lyle/
I followed above articles. But I can't get OAB to work.
there is an entry addressbookroots2 in addition to addressbookroots.
my setup is Windows 2008 + Exchange 2010.
hopefully, this is not related to autodiscovery as indicated in various forums.
So far, I get OWA working and I get outlook anywhere working with outlook 2007.
Labels:
Hosted Exchange 2010,
OAB,
windows 2008
Friday, January 29, 2010
Hosted Exchange 2010 - continued
here are some useful links
this link refers to generating self-created cert for outlook anywhere.
http://www.kirkouimet.com/blog/2008/06/generate-a-self-signed-certificate-in-exchange-server-2007-to-be-used-for-outlook-anywhere-on-outlook-2007/
I got an error exporting it, this one didn't work for me
Export-ExchangeCertificate -Thumbprint C0120462272A19141382FEB24008A50BA7AAD31D -Path C:\Certificate.pfx -Password:(Get-Credential).password
The MS technet has a couple of good cmdlets
$file = Export-ExchangeCertificate -Thumbprint C0120462272A19141382FEB24008A50BA7AAD31D -BinaryEncoded:$true -Password (Get-Credential).password
Set-Content -Path "c:\certificates\exch01.pfx" -Value $file.FileData -Encoding Byte
this link refers to generating self-created cert for outlook anywhere.
http://www.kirkouimet.com/blog/2008/06/generate-a-self-signed-certificate-in-exchange-server-2007-to-be-used-for-outlook-anywhere-on-outlook-2007/
I got an error exporting it, this one didn't work for me
Export-ExchangeCertificate -Thumbprint C0120462272A19141382FEB24008A50BA7AAD31D -Path C:\Certificate.pfx -Password:(Get-Credential).password
The MS technet has a couple of good cmdlets
$file = Export-ExchangeCertificate -Thumbprint C0120462272A19141382FEB24008A50BA7AAD31D -BinaryEncoded:$true -Password (Get-Credential).password
Set-Content -Path "c:\certificates\exch01.pfx" -Value $file.FileData -Encoding Byte
Subscribe to:
Posts (Atom)