Fixed a typo

This commit is contained in:
Alexander (Sasha) Nosov
2024-07-09 19:00:07 -07:00
committed by GitHub
parent 083232599d
commit 6c61562967
@@ -145,7 +145,7 @@ try {
# Pick the .iso file and mount # Pick the .iso file and mount
$noKeylist = "SQLFULL_ENU_ENTVL", "SQLFULL_ENU_STDVL", "SQLServer2022-x64-ENU-Ent", "SQLServer2022-x64-ENU-Std" $noKeylist = "SQLFULL_ENU_ENTVL.iso", "SQLFULL_ENU_STDVL.iso", "SQLServer2022-x64-ENU-Ent.iso", "SQLServer2022-x64-ENU-Std.iso"
foreach ($isoFile in $isoFiles) { foreach ($isoFile in $isoFiles) {
$imagePath = $isoFile.FullName $imagePath = $isoFile.FullName
@@ -175,7 +175,7 @@ try {
/INSTANCEDIR=C:\SQL /INSTANCEDIR=C:\SQL
/SQLSYSADMINACCOUNTS=`"$($SqlServerAdminAccounts)`" /SQLSYSADMINACCOUNTS=`"$($SqlServerAdminAccounts)`"
/SQLSVCACCOUNT=`"$($SqlServerSvcAccount)`" /SQLSVCACCOUNT=`"$($SqlServerSvcAccount)`"
/AGTSVCACCOUNT=`"$($SqlServerSvcAccount)`" /AGTSVCACCOUNT=`"$($AgtServerSvcAccount)`"
/IACCEPTSQLSERVERLICENSETERMS /IACCEPTSQLSERVERLICENSETERMS
" "
if ($SqlServerSvcPassword) { if ($SqlServerSvcPassword) {