Windows Cluster change the IP owner

In some situations, it may be necessary to change the owner of the IP address carried by a Windows cluster. Example: on an Exchange DAG if the cluster ip is used for connections to Outlook, SMTP … 1. Open a PowerShell window as an administrator. 2. Import the administration module if necessary. 3. Enter the …

Read more



IIS pac and dat files for proxy configuration

Add types mime

By default, IIS does not issue files with .dat and .pac extensions for automatic proxy configuration. If we try to attach to retrieve the file a 404 error page is displayed. Allow proxy configuration files You must declare MIME Types on the IIS server. 1. Open the console, go to server 1 and click on …

Read more



Admin Center: Create a Virtual Machine on a Hyper-V Host

Admin Center - VM resume

In this tutorial, we will have how to create a virtual machine with the Admin Center interface on a Hyper-V host. Prerequisites: Admin Center installed Hyper-V server Server added in the Admin Center Create a virtual machine 1. On the Admin Center, from the list of connections, click on the Hyper-V server. 2. If the …

Read more



Approval relationship between this workstation and the primary domain failed

Windows 7/8/2008/2012 Here is how to fix this problem : 1. Log in with a local administrator account 2. Launch a command window in administratorr 3. Enter the following command: NETDOM RESETPWD /s:fqdn.controleur.de.domaine /ud:[email protected] /pd:MotDePasse 4. Restart the computer Windows 10/2016/2019 With Windows 10, there are several solutions to fix the problem, which we will …

Read more



Install and use the Admin Center on Windows 10

Admin center

In this tutorial, we will see how to install the Admin Center on a computer running Windows 10. The Admin Center is the new name of the Honolulu Project that allows the administration of servers from the Windows Server 2008R2 version and client computers under Windows 10 using a web interface. Windows Admin Center is …

Read more



WSUS – Installation and configuration – Windows Server Update Service

Synchronisation en cours...

Introduction Windows Server Update Service (WSUS) is a built-in role in Windows Server, which enables the implementation of a Microsoft Updates distribution system internally. The benefits of WSUS: Prerequisites The server does not have to be in a domain. Before you start installing and configuring WSUS, I recommend that you list the Microsoft products you …

Read more



How to install and configure Windows server routing

Routage

In this tutorial, I will explain how to set up routing with Windows Server. I regularly use this role in the different labs that I put in place under Hyper-V. I isolate the test platform with a private switch and I use a virtual machine with two network interfaces. One card is connected to the …

Read more



Extend a Windows partition

In this tutorial, we will see how to extend a partition under Windows. In which case extend a partition: The partition does not use all available space on the physical disk Increasing the size of a virtual disk Increasing the size of a LUN on SAN storage. Extend Partition I assume that the space to …

Read more



Scheduled task run a PowerShell script

To run a PowerShell script using a scheduled task in Windows, you must set the Action to run a Program and configure it as below: 1 Program / Script: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe2 Add arguments (optional) : -file folder_and_file.ps1