Catégorie

Non classifié(e)

17 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.