Skip to content

Instantly share code, notes, and snippets.

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