Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit d467688

Browse files
author
theJasonHelmick
committed
Revert "Fixed lab shutdown on Snapshot Issue #21"
This reverts commit 93e1eec.
1 parent d57c022 commit d467688

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Configurations/POC-DC-Client-Servers-CORE/Snapshot-lab.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Pause
3131

3232
Write-Host -ForegroundColor Cyan -Object 'Snapshot the lab environment'
3333
# Creates the lab environment without making a Hyper-V Snapshot
34-
34+
Stop-Lab -ConfigurationData .\*.psd1
3535
Checkpoint-Lab -ConfigurationData .\*.psd1 -SnapshotName LabConfigured
3636

3737
Write-Host -ForegroundColor Green -Object @"

Configurations/POC-DC-Client-Servers-GUI/Snapshot-lab.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Pause
3131

3232
Write-Host -ForegroundColor Cyan -Object 'Snapshot the lab environment'
3333
# Creates the lab environment without making a Hyper-V Snapshot
34-
34+
Stop-Lab -ConfigurationData .\*.psd1
3535
Checkpoint-Lab -ConfigurationData .\*.psd1 -SnapshotName LabConfigured
3636

3737
Write-Host -ForegroundColor Green -Object @"

Configurations/POC-DCDHCP-Client-Servers-GUI/Snapshot-lab.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Pause
3131

3232
Write-Host -ForegroundColor Cyan -Object 'Snapshot the lab environment'
3333
# Creates the lab environment without making a Hyper-V Snapshot
34-
34+
Stop-Lab -ConfigurationData .\*.psd1
3535
Checkpoint-Lab -ConfigurationData .\*.psd1 -SnapshotName LabConfigured
3636

3737
Write-Host -ForegroundColor Green -Object @"

Configurations/POC-StandAlone-Server-GUI/Snapshot-lab.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Pause
3131

3232
Write-Host -ForegroundColor Cyan -Object 'Snapshot the lab environment'
3333
# Creates the lab environment without making a Hyper-V Snapshot
34-
34+
Stop-Lab -ConfigurationData .\*.psd1
3535
Checkpoint-Lab -ConfigurationData .\*.psd1 -SnapshotName LabConfigured
3636

3737
Write-Host -ForegroundColor Green -Object @"

Configurations/microsoft-powershell-implementing-jea/Snapshot-lab.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Pause
3131

3232
Write-Host -ForegroundColor Cyan -Object 'Snapshot the lab environment'
3333
# Creates the lab environment without making a Hyper-V Snapshot
34-
34+
Stop-Lab -ConfigurationData .\*.psd1
3535
Checkpoint-Lab -ConfigurationData .\*.psd1 -SnapshotName LabConfigured
3636

3737
Write-Host -ForegroundColor Green -Object @"

0 commit comments

Comments
 (0)