How to Create a Folder in PowerShell (2024)

Creating new folders from command line tools has always been possible in Windows. We could use the command mkdir in the old command prompt. But how do you create a folder in PowerShell? You could use the command mkdir as well, but there is a better way.

In PowerShell, we can use the cmdlet New-Item to create a new directory. This cmdlet is more powerful than the old mkdir command.

In this article

In this article, I will show you how you can create a folder in PowerShell, with or without subdirectories, and more!

Powershell Create Folder

Let’s start with the basics, to create a new directory in PowerShell we are going to use the cmdlet New-Item. This cmdlet can be used to create files, folders, or symbolic links. In this article, we will focus on creating a folder.

To create a new directory we will need to specify the path where we want to create the folder and the name of the new folder:

New-Item -Path "c:\temp\" -Name "testfolder" -ItemType Directory
How to Create a Folder in PowerShell (1)

We can even shorten this by including the new folder name in the -path parameter and replacing -ItemType to -Type

# Create a new folder "testfolder-b" in the path c:\tempNew-Item -Path "c:\temp\testfolder-b" -Type Directory# You can even leave out the path paremeter labelNew-Item "c:\temp\testfolder-b" -Type Directory

Personally, I prefer to use the -Name parameter in scripts, because it makes it easier for others to read your code and see which new folder is created where.

Create new Directory in current Location

To make a new directory in the current location of the PowerShell script (or the working location of your PowerShell session), we can simply leave out the -path parameter. Another, and more readable, option is to specify a . for the current path:

# Create a new directory in the current locationNew-Item -Name "testfolder-c" -Type Directory# Same resultNew-Item -Path '.\testfolder-c' -Type Directory

Creating Multiple Folders

It’s also possible to create multiple folders at once. To do this there are basically two methods that we can use. We can either loop through an array of folders to create or specify multiple folders in an array string.

If you only need to create a handful of folders, then the option below is the most convenient one to use:

New-Item -Path "c:\temp\folder1","c:\temp\folder2","c:\temp\folder3" -Type Directory
How to Create a Folder in PowerShell (2)

The other option is to use a ForEach-Object loop. This method can be used with a simple array, or can be used to create folders from a CSV file for example:

$folders = ( "folder4", "folder5", "folder6")$folders | ForEach {New-Item -Path "c:\temp\" -Name $_ -Type Directory}

In the example below I have a simple CSV file with only the names of the folder. So we will need to add a header to be able to reference the folder names in the foreach loop. You can also pipe the ForEach loop directly behind the Import-CSV of course.

$folders = Import-CSV -Path C:\temp\example.csv -Header foldername$folders | ForEach {New-Item -Path "c:\temp\" -Name $_.foldername -Type Directory}

Create Folders and Subfolders

One of the advantages of using PowerShell to create folders is that we can create folders and subfolders with a single command. This method is really handy when you need to create the same folder structure for new projects for example.

The New-Item cmdlet will create the parent folder automatically when it’s missing. So for example, if we want to create the directory budget inside the folder marketing, then we only need to specify the name “marketing\budget”. If the folder marketing doesn’t exist, then the New-Item cmdlet will create it automatically.

How to Create a Folder in PowerShell (3)

In the example above, I have specified the new folders in the -Name parameter. But that isn’t necessary. You can also specify the complete path in the -Path parameter or specify the parent path and only the subfolder in the -Name parameter. The commands below will all give the same result:

# All these commands will create the folder marketing and budget if they don't exist:New-Item -Path "c:\temp\" -Name "marketing\budget" -Type DirectoryNew-Item -Path "c:\temp\marketing" -Name "budget" -Type DirectoryNew-Item -Path "c:\temp\marketing\budget" -Type Directory

Using Wildcards to create Subfolders

Another powerful feature of the new-item cmdlet is the ability to use a wildcard in the path parameter. Now you might be wondering why you would need this when you create a folder with PowerShell. But this method can really be handy when you need to add a subfolder to multiple folders.

For example, you have a folder for each of your clients. You are asked to create a new subfolder for each client named contracts. Instead of getting each directory first with the Get-ChildItem cmdlet, you can simply use a wildcard:

New-Item -Path "c:\temp\*" -Name "contracts" -Type Directory

As you can see, the subfolder contracts is created in each folder in the path c:\temp:

How to Create a Folder in PowerShell (4)

Overwrite a Folder and using Test-Path

When a directory exists you can’t create it again, there is even no need for it. But when creating folders from a script you often want it to continue even if the directory exists. There are a couple of options for that, the preferred method is to use the Test-Path cmdlet. But we can also force the creation of the folder or simply mute the error (which is the least preferred option).

The -Force parameter does not really recreate the folder, it will only return the existing folder object without showing any errors:

New-Item -Path "c:\temp\" -Name "folder1" -Type Directory -Force
How to Create a Folder in PowerShell (5)

As mentioned it’s better to use the Test-Path cmdlet to check if a folder exists before you create it. This allows you to create a better error-handling solution in your scripts. To create the directory only when the folder doesn’t exist you can do the following:

$path = "C:\temp\folder1"# Create the folder is the path doesn't existIf (-not(test-path -Path $path)) { New-Item -Path $path}

Wrapping Up

The New-item cmdlet is a powerful cmdlet when it comes to creating files and folders in PowerShell. It replaces the mkdir command and allows you to easily create on or multiple folders including subfolders.

I hope you found this article helpful, if you have any questions, just drop a comment below.

How to Create a Folder in PowerShell (2024)

References

Top Articles
UFC 291 results, highlights: Justin Gaethje uses brutal head kick to knock out Dustin Poirier, win BMF belt
greenville general for sale - by owner "t" - craigslist
$4,500,000 - 645 Matanzas CT, Fort Myers Beach, FL, 33931, William Raveis Real Estate, Mortgage, and Insurance
This website is unavailable in your location. – WSB-TV Channel 2 - Atlanta
Lengua With A Tilde Crossword
Skamania Lodge Groupon
Rainbird Wiring Diagram
The Pope's Exorcist Showtimes Near Cinemark Hollywood Movies 20
Flights to Miami (MIA)
Lenscrafters Westchester Mall
Becky Hudson Free
Camstreams Download
Lesson 2 Homework 4.1
Robot or human?
The Binding of Isaac
Oscar Nominated Brings Winning Profile to the Kentucky Turf Cup
Transfer Credits Uncc
The most iconic acting lineages in cinema history
7440 Dean Martin Dr Suite 204 Directions
Payment and Ticket Options | Greyhound
Leader Times Obituaries Liberal Ks
Walmart stores in 6 states no longer provide single-use bags at checkout: Which states are next?
Praew Phat
E22 Ultipro Desktop Version
R Personalfinance
V-Pay: Sicherheit, Kosten und Alternativen - BankingGeek
Weepinbell Gen 3 Learnset
Ice Dodo Unblocked 76
Celina Powell Lil Meech Video: A Controversial Encounter Shakes Social Media - Video Reddit Trend
The Boogeyman (Film, 2023) - MovieMeter.nl
Lindy Kendra Scott Obituary
Google Flights To Orlando
Rlcraft Toolbelt
Fbsm Greenville Sc
Craigslist Central Il
The Best Carry-On Suitcases 2024, Tested and Reviewed by Travel Editors | SmarterTravel
Truckers Report Forums
Cvb Location Code Lookup
Pawn Shop Open Now
Robeson County Mugshots 2022
Lovein Funeral Obits
2007 Peterbilt 387 Fuse Box Diagram
10 Rarest and Most Valuable Milk Glass Pieces: Value Guide
Ig Weekend Dow
Subdomain Finder
Gabrielle Abbate Obituary
Laura Houston Wbap
Electric Toothbrush Feature Crossword
Ciara Rose Scalia-Hirschman
Optimal Perks Rs3
Famous Dave's BBQ Catering, BBQ Catering Packages, Handcrafted Catering, Famous Dave's | Famous Dave's BBQ Restaurant
Latest Posts
Article information

Author: Virgilio Hermann JD

Last Updated:

Views: 6067

Rating: 4 / 5 (41 voted)

Reviews: 80% of readers found this page helpful

Author information

Name: Virgilio Hermann JD

Birthday: 1997-12-21

Address: 6946 Schoen Cove, Sipesshire, MO 55944

Phone: +3763365785260

Job: Accounting Engineer

Hobby: Web surfing, Rafting, Dowsing, Stand-up comedy, Ghost hunting, Swimming, Amateur radio

Introduction: My name is Virgilio Hermann JD, I am a fine, gifted, beautiful, encouraging, kind, talented, zealous person who loves writing and wants to share my knowledge and understanding with you.