Skip to content

Instantly share code, notes, and snippets.

@PlagueHO
Created October 1, 2016 22:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PlagueHO/5933ce33b74b16fe5d63298bf66aa071 to your computer and use it in GitHub Desktop.
Save PlagueHO/5933ce33b74b16fe5d63298bf66aa071 to your computer and use it in GitHub Desktop.
Create LabBuilder ISOs and VHDs folders
New-Item -Path 'd:\ISOs' -ItemType Directory
New-Item -Path 'd:\VHDs' -ItemType Directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment