Skip to content

Commit d2cf208

Browse files
authored
Update 1_Prereq.ps1
1 parent a69f647 commit d2cf208

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Scripts/1_Prereq.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ function Get-WindowsBuildNumber {
4242
}
4343

4444
#define some variables if it does not exist in labconfig
45-
If (!$LabConfig.DomainNetbiosName){
45+
If (!$LabConfig.DomainNetbiosName) {
4646
$LabConfig.DomainNetbiosName="Corp"
4747
}
4848

49-
If (!$LabConfig.DomainName){
49+
If (!$LabConfig.DomainName) {
5050
$LabConfig.DomainName="Corp.contoso.com"
5151
}
5252

0 commit comments

Comments
 (0)