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.
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.
Overview of classification management In this tutorial, I will introduce you to Classification Management on a Windows File Server and how to set it up. Classification is an element of File Server Resource Manager (FSRM) that also allows you to set up file filters and quotas. The classification is also used for the implementation of …
The administration console is available in the start menu. Tutorials are available on the site with the #frsm tag.
This “how to” tutorial explains how to disable Bitlocker on a hard drive.
In this “How” tutorial, we will see how to add a virtual hard disk to a virtual machine that works with Hyper-V.
In this troubleshooting tutorial, we’ll see how to prevent Outlook autodiscover from using the Active Directory SCP point for mailbox configuration. What this type of “trick” is used for: If the computer environment in which you already have an Exchange installation and the mail servers have not been properly uninstalled. If you find yourself in …
Presentation In this tutorial, we will see how to use the Telnet client to test the connection to a service (IP: PORT) for diagnostic purposes. Telnet is a client / server TCP protocol that listens on port 23 which allows the administration of equipment (switches, firewall …) and of certain servers (UNIX, LINUX). It is …
Introduction In this tutorial, I will explain how to install and configure a VDI (Virtual Desktop Infrastructure) environment. Before getting to the heart of the matter, I will quickly present to you what a virtual office infrastructure is and especially the difference with an RDS environment. The main difference between VDI and an RDS farm …
In this tutorial how, we will see how to activate the remote desktop from the command line. Activating the remote desktop can be done from the command line by modifying a key, so we will use the command line utility reg.exe to modify the registry and thereby activate the remote desktop.
Presentation Nested virtualization is a feature available on Hyper-V from Windows Server 2016 and Windows 10, which enables virtualization options in a virtual machine. To put it simply, nested virtualization allows virtualization in a virtual machine. There are also some prerequisites : The Hyper-V host must be on Windows Server 2016/2019 or Windows 10 1607 …