Powershell: Automatically decline ARM64 Updates on WSUS

The PowerShell script below allows you to automatically decline ARM64 updates from Windows 10 into WSUS. The script can be started manually or by a scheduled task. The script must be running on the WSUS server. Works under: Windows 2012 and 2010R2 Windows 2016 To enable email notifications: Pass the $ EmailLog variable to $ …

Read more



Active Directory: installation and configuration of a domain controller

In this tutorial, we will see how to set up an Active Directory domain.

In summary, an Active Directory is a database (LDAP) that contains a set of objects (users, computers, etc.) and delivers several services:

Centralization of objects on the network in a single database
User Authentication
Rights management
Policy Application (GPO)



sqlserver error 0x80041010

Problem When opening the SQL Server xxxx Configuration Manager you get the following error message: “Unable to connect to the WMI provider.” You do not have the required permission or the server is not accessible. that you can manage SQL Server 2005 or later with SQL Server Configuration Manager Invalid Class [0x80041010] Cause According to …

Read more



Can not connect in RDP with an RDS gateway

Symptom When you connect to an RDP server using an RDS gateway, you receive the following error message: Your computer can not connect to the Remote Desktop Gateway server.Contact your network administrator for help. Solution 1. Open the registry editor (regedit) and search for the key : 2. If the RDGClientTransport key exists, pass its …

Read more


ARR: Setting Up for Outlook Anywhere

Config proxy

Using ARR as a load balancer for Exchange requires special settings for Outlook Anywhere. IIS setting 1. Open the IIS console and click Request Filtering. 2. On the Actions menu, click Change Function Settings … 3. Change the value Maximum allowable length of the content: 2147483648 (2GB) then click OK. Farm configuration 1. Go to …

Read more



DNS configuration of a redirector

Presentation When setting up a DNS server on Windows Server, it may be necessary to configure one or more DNS forwarders to public servers to resolve external domain names instead of using root DNS servers. It is possible to use the servers “roots”, the resolution time can be “long”. Configure a DNS forwarder 1. Open …

Read more



DFS : installation and configuration – Distributed File System

DFS

The namespace of DFS makes it possible to provide shared, which are on different servers under the same name.

Instead of accessing a shared folder with the \\server-file\ computer address, we will use an address of the type \\domain-name\ share\ computer. The user will be redirected transparently on the “server-file” server.

In a simplified way, in the folder \\domain-name\share will be shortcuts to other shares that are several servers and this in a completely transparent way for the user.



Powershell: Automatically decline Itanium Updates on WSUS

The PowerShell script below allows you to automatically decline Itanium updates in WSUS. The script can be started manually or by a scheduled task. The script must be run on the WSUS server. Works under: Windows 2008 et 2008R2 Windows 2012 et 2010R2 Windows 2016 To enable email notifications: Pass the $EmailLog variable to $True …

Read more