Tag

# Folder

8 articles
Non classifié(e) 08 Oct 2020 ⏱ 1 min

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 21 Nov 2019 ⏱ 4 min

GPO: Folder Redirection – Advanced Settings

IntroductionPreparation of the environmentCreating Group Policy for Folder RedirectionGroup Policy Test Introduction In a previous tutorial: GPO: User Folder Redirection, I explained…

GPO 21 Nov 2019 ⏱ 5 min

GPO: User Folder Redirection

PresentationCreate a shared folderConfiguring Group Policy for User Folder RedirectionTest redirection on a client workstationOptimized for desktop computers Presentation User Folder Redirection…