New-Item -path “C:\winpe_x86\mount” -type directory Creates both winpe_86 and the subfolder mount. similar to Mkdir -p in unix.
My Contribution / Reference / Spare Time
New-Item -path “C:\winpe_x86\mount” -type directory Creates both winpe_86 and the subfolder mount. similar to Mkdir -p in unix.