Category Archives: Articles
Remove Microsoft Telemetry Spyware
As recently reported on Ars Technica, Extreme Tech and Ghacks, Microsoft is at it again. Windows’ network activity continues to be scrutinized amid privacy concerns. Windows 10 was first put under the microscope with both new and old features causing concern. With its Cortana digital personal assistant, Windows 10 represents a new breed of operating… Read More
Exchange 2010 OWA White Screen
After you install Update Roll-ups on Exchange 2010, it is common to get a blank white page when browsing to your Outlook Web Access page after the update. If you navigate to your Outlook Web Access and the address is redirected to https://mail.yourdomain.com/owa/auth/logon.aspx?url=https://mail.yourdomain.com/owa/&reason=0, this is a strong indication that this is your issue. This issue… Read More
Fix StartCom Login Error in Firefox
Recently when logging into the StartCom control panel using FireFox I received the error pictured below. After some quick Googling, I was able to find a StartCom forum post from other users reporting the same issue. The following steps fixed the issue up for me. The fix for the error above is below. Please see picture… Read More
OMSA Secure Connection Failed
Recently while trying to login to Dell OpenManage Server Administrator (OMSA), using the most recent Mozilla Firefox, I got the error pictured below. Initially I thought maybe the server process was hung so I restarted the service. That did not work so the next step was to try another browser. So I fired up Internet… Read More
Install Zentyal 4.1 on Ubuntu 14.04
In this how-to we will detail the steps required to install Zentyal 4.1 on Ubuntu 14.04 LTS. First we will need to add the Zentyal 4.1 Ubuntu Repository to our machine with the following command. Next to verify Zentyal packages, add the repository key to apt and make apt aware of the new software repository… Read More
Create Exchange Contact With C#
This article will provide C# code that will allow you to leverage the Exchange Management Shell to add a new Microsoft Exchange 2010/2013 Mail Contact. In order to use the code below, you must have the Exchange Management tools installed on the machine which will be running this code. Exchange Management Tools installation instructions can… Read More
Create Exchange Account With C#
This article will provide C# code that will allow you to leverage the Exchange Management Shell to add a new Microsoft Exchange 2010/2013 Mailbox and Active Directory Account. In order to use the code below, you must have the Exchange Management tools installed on the machine which will be running this code. Exchange Management Tools… Read More
AD/LDAP Authentication on Nginx
If you are like me then one of your biggest pet peeve’s with Nginx is its lack of authentication methods like those so easily accessible in Apache. Beyond that, if you would like to add an authentication method to Nginx, it will typically require a recompile. If you are running Debian or Ubuntu then I… Read More
Dell OpenManage on Debian 8
Instructions are a re-post from our previous article Dell OpenManage on Debian 7. First we will need to add the Dell OpenManage Debian Repository to our machine with the following command. Note we are using the Wheezy repository due to the fact that the Jessie repository does not contain OMSA. This how-to will install Dell… Read More