Outlook 2010+: change location of OST file

In this tutorial, I will explain how to change the location of the OST file and more specifically to put it on a network share. Outlook is installed on an RDS farm and email accounts are in “online” mode. Therefore there is no data file on the server. Users complain of repeated slowness and crashes. …

Read more



Rename an Active Directory domain

The following procedure shows you how to rename an Active Directory domain. 1. Open a command window in “administrator” mode and enter the following command which will generate a Domainlist.xml file : 2. Edit the xml file, changing your old domain to the new one: In the file, I modified rdr-it.intra to rdr-it.com. 3. Enter …

Read more



Export / Import a scheduled task

In this tutorial, I will tell you how to export and import a scheduled task. This tutorial applies to both Windows Server and the Desktop version (Windows 10). To illustrate this tutorial, I will export a scheduled task that runs a PowerShell script that allows restarting a computer. The scheduled task runs the ps-restartcomputer.ps1 script …

Read more



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