Categories
How-To Software Technical

owa/auth.owa error accessing outlook web

My battle with Exchange continues… After a day of messing around with the configuration (details to come soon).  I restarted my Exchange 2010 Server.  All was working as expected, so thumbs up and smiles all around.  And then… it happened! I attempted to access web-mail (OWA). The main Outlook Web Access page loaded without any issues.  So I […]

Categories
How-To Software Technical

Exchange 2010 Active Sync Issue

Today I spent sometime working on my exchange migration path. There was some concerns that needed to be addressed some of which opened up the migration path I originally thought was best, but put out of my mind due to ……………  well anyhow!  I am back with an issue, and it seems this time its mobile devices and active […]

Categories
How-To Software Technical

How to Duplicate a Virtual Box Image

I wanted to clone a virtual box image I had been playing with.  So I decided to unzip my archive and run from another path, when I was given an error: Well what do you know; it doesn’t work.  The reason for this is because Virtual Box assigned each virtual hard disk a unique ID […]

Categories
How-To Software Technical

Configure Local Continuous Replication in Exchange Server 2007

These day’s are almost in my past with Exchange 2010 just around the block. I had notes on t his but never put them out there, old news but new post. I hope you find this helpful. LCR is a single server solution that provides high availability for Exchange Server 2007. Once you enable a […]

Categories
How-To Software Technical

Exchange Server 2010 Prerequisites on Windows Server 2008 R2

In order to install Exchange server 2010 with Client Access, Hub Transport, and Mailbox server roles: 1- Servers that will host the Hub Transport or Mailbox server roles require the Microsoft Filter Pack which can be downloaded here: http://go.microsoft.com/fwlink/?linkid=137042 2- After installing the Filter Pack run the ” Import-Module ServerManager “ command from Windows PowerShell […]

Categories
How-To Software

Disable Revocation Check on SSTP VPN Sessions

Please use the following steps: You will need the create the following registry Key (REG_DWORD) under HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Sstpsvc\Parameters Setting the key value of 1, will prevent it from checking. More detailed info below: NoCertRevocationCheck Registry subkey: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Sstpsvc\Parameters Registry entry: NoCertRevocationCheck Data type: REG_DWORD You can use this registry entry to enable or to disable the SSL […]