The idea for the concept below came to me years ago when I received a letter from an unnamed Bank I was doing business with at the time. This letter stated that my PII (Personally Identifiable Information) had been stolen. As it turns out, the Bank’s un-encrypted offsite backup tape was stolen en-route to a… Read More
OpenIT Integrated Business Solutions
If you read our previous article Dell OpenManage Email Alerts (Bash), then you may be wondering how to send emails when OpenManage is installed on a Windows Server. When older versions of Dell OpenManage did not natively support e-mails we wrote a Powershell script in order to accomplish the task. In recent years the newer… Read More
If you have been working with Microsoft Outlook for any time, then chances are you are aware that in versions 2013 and newer users are able to connect to servers using the ActiveSync protocol. Unlike POP, ActiveSync allows the user to synchronize almost the entire mailbox with the server. This is a huge plus for… Read More
Kopano is an open source communication and sharing solution. It includes everything you need (and want) for your daily professional life. Its open source nature allows you to keep complete control of your data and your infrastructure. You can see what is happening to your data anytime and anywhere: on-premises or in the (hybrid) cloud…. Read More
If you have ever worked with Windows Server 2012 R2 in a non domain or standalone environment, then chances are you have crossed paths with what I consider a minor annoyance. Sometimes a network will be identified as Public when it should be Private. Changing this option in the GUI is not possible from what… Read More
Pi-Hole is a multi-platform, network-wide ad blocker known as A black hole for Internet advertisements. Network-level blocking allows any device to block ads, regardless of hardware or OS. Block ads for all your devices without the need to install client-side software. The Pi-hole blocks ads at the DNS-level, so all your devices are protected. Since… Read More
If you have been working with GPO in a Windows environment for any amount of time, then almost surely you have been presented with the enigma of creating WMI filters to segregate machine types. In our case this would be Desktop vs. Laptop. We realize there are many ways to skin this cat and I… Read More
If you are hosting a WordPress installation on your Linux server, than you may find it useful to automate the update using a bash script. While WordPress is capable of doing a web based update, we strongly believe in the principle of least privilege. Using this principle ensures tight security, however this comes at the… Read More
If you are hosting a Piwik Web Analytics installation on your Linux server, than you may find it useful to automate the update using a bash script. While Piwik is capable of doing a web based update, we strongly believe in the principle of least privilege. Using this principle ensures tight security, however this comes… Read More
In this tutorial I will show you how to roll your own custom OpenVPN client installer using NSIS. The installer will include the Better OpenVPN GUI Client and is based on OpenVPN 2.4.5 which features the ability to run OpenVPN GUI without administrative privileges. The new OpenVPN GUI features are documented here. Click here for… Read More