Powershell - Create Folder

PHOTO EMBED

Tue Nov 26 2024 18:57:37 GMT+0000 (Coordinated Universal Time)

Saved by @acassell

New-Item -Path 'D:\temp\Test Folder' -ItemType Directory
content_copyCOPY

https://www.tutorialspoint.com/powershell/powershell_files_create_folders.htm