Print server migration

The following script migrates from print server A to server B with the following actions: Map printers to the new server Removal of the workstation printers that are mapped to the old server only if they are present on the new one Changing the default printer if it is a printer from the old server. …

Read more



Windows Server: SNMP Service – Installation and configuration

SNMP service overview The SNMP service allows the interrogation of computer equipment in order to carry out supervision and diagnosis. This protocol is used by supervision software such as Centreon and PRTG. Installation of the SNMP service on Windows Server On Windows the service is not installed by default, it is a feature to install. …

Read more



Remote Desktop without Active Directory: installation and configuration

Introduction In this tutorial, I will explain how to install and configure remote desktop on Windows Server without Active Directory environment. This solution does not allow full use of the Remote Desktop solution, but helps provide a working environment for users. What you cannot do: Multi-server farm Collections management RemoteApp No broker No centralized administration …

Read more



Enter the RDS license server

You installed the Remote Desktop Session Host role on a Windows server (2012 / 2012R2 / 2016) without going through the Remote Desktop Services deployment wizard and the following error is displayed on connection: ” the RD Session Host server is not configured with any license server “. Prerequisites for resolution Have a server with …

Read more



Active Directory: configuring dynamic access control – DAC

In this tutorial, I suggest you discover the dynamic access control available on Windows Server in an Active Directory environment. Before getting to the heart of the matter, I will introduce you to dynamic access control also called DAC (Dynamic Access Control). DAC adds additional control over NTFS access rights which allows rights to be …

Read more



Create a folder in PowerShell

To create a folder in PowerShell, use the New-Item cmdlet indicating the location and name of the folder and set the itemType parameter with the value Directory to indicate that you want to create a folder.