Manage the DNS cache on Windows Server

In this “tutorial”, I will give you some PowerShell cmdlets to manage your DNS server cache on Windows Server. To be more precise, we will see 4 cmdlet PowerShell * -DnsServerCache cmdlets. Show-DnsServerCache The first command displays the DNS cache: The output of the command gives all DNS records cached on the server. In console …

Read more



DISKPART : delete all partitions

In this tutorial, I will tell you how to delete all partitions from a hard drive with DISKPART. I am using this procedure to remove OEM partitions on computers from manufacturers like HP / DELL. Before performing this operation, make sure you have a backup of the data. Now that I have warned you, we …

Read more



WSUS : recreate the SUSDB database

In this tutorial, I will walk you through how to reset the WSUS service by recreating the SUSDB database on WID (Windows Internal Database) and the updates storage folder (WsusContent / UpdateServicesPackages). This type of operation can normally be done “without too much risk”, resetting WSUS will see us lose the history of updates on …

Read more



Hyper-V : create a NAT switch

Microsoft Hyper-v

In this tutorial, I will explain how to create a NAT switch (virtual switch) on Hyper-V. Before getting into the technical explanations, I will explain in a few words, what a NAT switch is. If you have already used another hypervisor such as vmware or virtualbox for example, this type of switch is available by …

Read more



Windows firewall, force domain profile

In this tutorial, I will explain how to change the network profile of the firewall on Windows. It happens that after a restart, the profile of the firewall goes private, we will see how to change it back to the domain profile. The connection profile on a network adapter is especially useful when different firewall …

Read more



Windows Server 2016/2019 : disable automatic updates

Automatic updates disabled

In this “how to” tutorial, I will show you how to disable automatic updates on Windows Server 2016 and 2019. If we look in the Windows Update options in Windows settings, there is no option to disable or at least control the operation of updates. However, there is a simple way on Windows Server to …

Read more



Veeam Backup Office 365 Community Edition (v5): installation and configuration

In this tutorial, I will (re) introduce you to Veeam Backup for Microsoft Office 365 Community Edition (V5). As its name suggests, it is a backup software dedicated to backing up Microsoft Office 365 tenants (Exchange, OneDrive, SharePoint, etc.). The Community Edition is a free edition of Veeam Backup Office 365 that allows you to …

Read more



WSUS : deploy Microsoft Edge

In this tutorial, I will walk you through how to install Microsoft Edge using WSUS services. Microsoft is ending support for Edge Lecagy on March 9, 2021, so it is imperative to deploy Microsoft Edge to ensure workstation security. Add the Microsoft Edge product to WSUS From the WSUS console, go to Options 1. Then …

Read more



Active Directory: Copy Group Policy – GPO

In this tutorial, I will explain how to copy / duplicate / clone a Group Policy (GPO). To do this, you have two solutions, either go through the GUI and the Group Policy Management console or use PowerShell. I’ll show you both, then it’s up to you to choose which one is right for you. …

Read more