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.
Introduction Veeam backup software writes a lot of logs and they are stored by default on drive C at the following location C:\ProgramData\Veeam\Backup. As you can see in the screenshot below, this represents a certain volume, over 4GB, and if the C: \ drive starts to run out of space, it might be worth moving …
This “how to” tutorial explains how to disable Bitlocker on a hard drive.
In this article, I will explain how to fix the issue of CRON spots not running on Linux. I have been facing this problem to set up a backup script for the site. Execute the command: This command should return you the list of scheduled tasks. Depending on the commands, the PATH variable for users …
In this “troubleshooting” tutorial, we will see how to reduce the transaction file (ldf) of a SQL Server database. Normally this file is truncated during server backups (Veeam, Altaro …) or by the maintenance plan. In certain situations with SQL Express, the “truncation” is not done and if the size of the file is badly …
In this “how to” tutorial, we will see how to activate Windows Defender Application Guard, which is a feature available on Windows 10 (Pro / Enterprise) and which allows you to launch the Microsoft Edge browser in an isolated environment.
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 …