Share a folder in PowerShell

Create a share with PowerShell: This tutorial explains how to share a folder in Powershell granting full access to Everyone. The folder to be shared must already exist on the server. Open a PowerShell window On the server, open a PowerShell command prompt as Administrator. Use the New-SmbShare cmdlet Enter the following command to create …

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.



GPO: Folder Redirection – Advanced Settings

Introduction In a previous tutorial: GPO: User Folder Redirection, I explained how to redirect user folders using Group Policy in a simple way. In this article, we are going to have how to set up a folder redirection using the advanced settings. Advanced settings allow using a policy, to write user folders based on an …

Read more



GPO: User Folder Redirection

Aperçu de la stratégie

Presentation User Folder Redirection allows Windows to store the contents of certain user profile folders on a network location. This solution has the following advantages: No local file storage. Possibility for users to change computers and find their folders and files. In an RDS environment, you can have the same documents on the user computers …

Read more



Windows file server: save access to files and folders

audit acces

Presentation In this tutorial, we will see a feature built into Windows, folder and file access auditing. This function allows logger access to resources (files and resources). It may be worthwhile to enable auditing on sensitive enterprise files to see if unauthorized people are trying to access it. Audit configuration Folder configuration 1. On the …

Read more



QNAP: add a shared folder

Share added

In this tutorial, we will see how to create a shared folder with a QNAP NAS and access it from Windows. Creating the shared folder 1. Go to the administration interface and open Control Panel 1 . 2. In the Privilege 1 section, click Shared Folders 2 . 3. Click Create 1 / Shared Folder …

Read more



Share a folder with Windows Server

shared folder created

Presentation In this tutorial, we will see a common task on a server, which is the folder share. There are several solutions to share a folder, in this tutorial we will see two possibilities: By the file explorer By the server manager Before starting to share a folder, we will make a point on the …

Read more



Network share: enable enumeration based on access EBA

Active EBA

Introduction The access-based enumeration allows to display in a network share, only folders and files whose use has at least a right of reading. Other documents and folders will be hidden. Enabling this feature will increase the CPU resource consumption on the file server because at each access this will check what should be displayed. …

Read more