Skip to content

Commit 507a587

Browse files
author
Blake Drumm
authored
Update AutomatedLab - SCOM 2019 - all-in-one installer (unattended).ps1
1 parent 6a0aa08 commit 507a587

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

AutomatedLab/AutomatedLab - SCOM 2019 - all-in-one installer (unattended).ps1

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,15 @@ $WindowsOperatingSystem = 'Windows Server 2019 Datacenter Evaluation (Desktop Ex
6868
##############################################
6969
########### Network / IP Address #############
7070
##############################################
71-
$NetworkID = '192.169.0.0/24' # (Default: 192.168.0.0/24)
72-
$DC01IPv4Address = '192.169.0.1' # (Default: 192.168.0.1)
73-
$GatewayIPv4Address = '192.169.0.2' # Hyper-V Host IP (Default: 192.168.0.2)
74-
$SQL2019IPv4Address = '192.169.0.11' #SQL 2019 Server (Default: 192.168.0.11)
75-
$IIS_IPv4Address = '192.169.0.21' #SCOM Web Console (Default: 192.168.0.21)
76-
$SCOM2019MS1IPv4Address = '192.169.0.31' # (Default: 192.168.0.31)
71+
$NetworkID = '192.168.0.0/24' # (Default: 192.168.0.0/24)
72+
$DC01IPv4Address = '192.168.0.1' # (Default: 192.168.0.1)
73+
$GatewayIPv4Address = '192.168.0.2' # Hyper-V Host IP (Default: 192.168.0.2)
74+
$SQL2019IPv4Address = '192.168.0.11' #SQL 2019 Server (Default: 192.168.0.11)
75+
$IIS_IPv4Address = '192.168.0.21' #SCOM Web Console (Default: 192.168.0.21)
76+
$SCOM2019MS1IPv4Address = '192.168.0.31' # (Default: 192.168.0.31)
7777
#Redhat 7.9 - if you dont want this deployed, set $DeployRHEL79 = $false.
7878
$DeployRHEL79 = $false # (Default: $false)
79-
$RHEL79IPv4Address = '192.169.0.58' # (Default: 192.168.0.58)
79+
$RHEL79IPv4Address = '192.168.0.58' # (Default: 192.168.0.58)
8080
#DNS Server Forwarder : for addresses / webpages not in Local Network.
8181
#If $DNSServerForwarder is set to $null, this will be omitted.
8282
#ex. '10.1.1.1','10.1.1.2'

0 commit comments

Comments
 (0)