Skip to content

Instantly share code, notes, and snippets.

@PlagueHO
Created October 2, 2016 00:23
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/3431605d673745726c758d68f5417678 to your computer and use it in GitHub Desktop.
Save PlagueHO/3431605d673745726c758d68f5417678 to your computer and use it in GitHub Desktop.
Start Lab Builder Sample Lab
$ConfigPath = Join-Path `
-Path (Split-Path -Path (Get-Module -Name LabBuilder -ListAvailable).Path -Parent) `
-ChildPath 'Samples\Sample_WS2016_NanoDomain.xml'
Start-Lab -ConfigPath $ConfigPath -Verbose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment