How to install a Let’s Encrypt SSL cert on Microsoft IIS

If you’ve ever wondered how to install a Let’s Encrypt certificate on a Microsoft IIS server than this post is just for you. Let’s Encrypt has always been pretty easy to setup on a Linux box and not so much on the Windows side. Thankfully, there are now nearly a dozen different tools that make adding a […]

Read More

Remove Floppy Disk Drive in Windows Hyper-V Virtual Machine

Windows 10, Windows 8.1 and Windows server come with Client Hyper-V so you can run a supported guest operating system inside a Virtual Machine. Hyper-V is Microsoft’s native hypervisor for Windows. It was originally developed for Windows Server 2008 and then ported to Windows client OS. It has improved over time and is present in […]

Read More

Office 365 change Update Channel

he Office 365 ProPlus update model supports 4 production channels; Monthly Channel (Targeted), Monthly Channel, Semi-annual Channel (Targeted), Semi-annual Channel. Each channel receives features updates, security and non-security updates on different release intervals. Consider a scenario where Office 365 ProPlus is installed on a machine from the Semi-Annual Channel.  Now let’s say, a new feature is introduced on the […]

Read More

Start, Stop and Check Status for MariaDB

To stop/restart and disable mariadb service use the following commands:Stop # sudo systemctl stop mariadb.service Restart # sudo systemctl restart mariadb.service Disable at boot time # sudo systemctl disable mariadb.service Check Status # sudo systemctl is-active mariadb.service

Read More

How to Configure Google Chrome via Group Policies

According to statistics, the most popular browser nowadays is Google Chrome, but its position in corporate networks is not so strong, and many administrators avoid using Google Chrome  in the AD domain network because it is quite difficult to manage and update t from central location. In this article we’ll get acquainted with the administrative templates (admx) of […]

Read More

HYPER-V VM CONFIGURATION VERSION SUPPORTED FEATURES

Supported features The following table shows the minimum virtual machine configuration version required to use some Hyper-V features. WINDOWS SERVER WINDOWS 10 VERSION FEATURE Windows Server 2016 Technical Preview 3 Windows 10 1507 6.2 Hot Add/Remove Memory Windows Server 2016 Technical Preview 3 Windows 10 1507 6.2 Secure Boot for Linux VMs Windows Server 2016 […]

Read More