New-Item enables creation of a full directory structure in one - non of that mkdir stuff.
New-Item -ItemType Directory -Force -Path \\web03b\D$\EAP-6.2.0\jboss-eap-6.2\standalone\log
Showing posts with label mkdir. Show all posts
Showing posts with label mkdir. Show all posts
Tuesday, 22 March 2016
Powershell create directory structure
New-Item enables creation of a full directory structure in one - non of that mkdir stuff.
New-Item -ItemType Directory -Force -Path \\pppweb03b\D$\EAP-6.2.0\jboss-eap-6.2\standalone\log
New-Item -ItemType Directory -Force -Path \\pppweb03b\D$\EAP-6.2.0\jboss-eap-6.2\standalone\log
Subscribe to:
Posts (Atom)