ADFS Proxy: Fix Error 0x8007520c

In this tutorial, I will tell you how to fix error 0x8007520c on an ADFS proxy server. When you open the Remote Access Management Console console, the following page is displayed: This error occurs during a certificate change and the proxy does not have the same fingerprint as the ADFS server. The easiest way to …

Read more



PowerShell: download a file in HTTP, HTTPS

In this tutorial, I will explain how to download a file using PowerShell that is on a server accessible in HTTP or HTTPS. This can be particularly useful when administering a server without an interface, where the only browser installed is Internet Explorer or in a script. There are several solutions to download one using …

Read more



GPO: configure default programs

In this tutorial, I will explain how to configure the default applications (browser, PDF reader…) using a Group Policy (GPO) in an Active Directory environment. Puzzle of IT services, it is the use of default programs for certain types of files (PDF, Images) or even Internet browser, the configuration of such a group strategy allows …

Read more



Exchange: send emails externally from a connector

In this tutorial, I will explain how to configure a receive connector to send emails outside your organization from Exchange. You have already configured a receive connector on Exchange in order to be able to receive e-mails from applications, copiers or any other devices. Now you need to send mail to external addresses (gmail.com, outlook.com …

Read more



Add-WindowsCapability: resolve error 0x800f0954

In this tutorial, I will explain how to solve error 0x800f0954 with the PowerShell Add-WindowsCapability Cmdlet when trying to install a Windows feature. This error mainly occurs when you use a WSUS server to update your Windows computers and therefore when using the Cmdlet Add-WindowsCapability, it will look for files on the WSUS server. Here …

Read more



Install nano on Windows

In this tutorial, I will explain how to easily install nano on Windows (Desktop and Server). If you regularly use Linux, you are certainly familiar with it, for those who do not know nano, it is a command line text editor and it must be said that sometimes it is missing on Windows, particularly when …

Read more



Exchange 2016/2019: change a mailbox database in PowerShell

In this tutorial, I will explain how to change a mailbox database in Exchange 2016/2019 using PowerShell and the Cmdlet New-MoveRequest. If you don’t like command lines, it’s always possible to do it from the graphical user interface (ECP): Exchange: change a database mailbox. Personally, I prefer to do it in PowerShell which requires less …

Read more



GPO: schedule the automatic shutdown of computers

In this tutorial, I will walk you through how to schedule computers to automatically shut down using Group Policy. In fact, there is no native functionality in Windows to shut down computers, but we will use Group Policy to deploy a scheduled task to Active Directory domain member computers that will shut them down. Often …

Read more