New-Item -ItemType Directory -Path Dir1
To Create Multiple Directories, run the command below
New-Item -ItemType Directory -Path Dir1, Dir2, Dir3

New-Item -ItemType Directory -Path Dir1
To Create Multiple Directories, run the command below
New-Item -ItemType Directory -Path Dir1, Dir2, Dir3
