mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Fixed a typo
This commit is contained in:
+2
-2
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user