Skip to content

Commit 7655f63

Browse files
authored
Change default lab name to 'ADCSGoat'
1 parent a1122f6 commit 7655f63

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ADCSGoat/Public/Deploy-AGInfrastructure.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ function Deploy-AGInfrastructure {
77
[CmdletBinding()]
88
param (
99
[PsfValidatePattern('^\w{1,11}$', ErrorMessage = 'Lab name must be no longer than 11 characters and only contain letters and numbers.')]
10-
$Name = 'Locksmith',
10+
$Name = 'ADCSGoat',
1111
[PsfValidatePattern('\.', ErrorMessage = 'Domain must contain at least one dot.')]
1212
$Domain = 'adcs.goat',
1313
$ExternalSwitch = 'External Switch',
@@ -191,3 +191,4 @@ Privileged Access Workstation IP: <c='em'>$PAWIP</c>
191191

192192
Show-LabDeploymentSummary
193193
}
194+

0 commit comments

Comments
 (0)