Skip to content

Instantly share code, notes, and snippets.

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