From e0d72ff69004820c4dc5ce9f8366510e098d0b6b Mon Sep 17 00:00:00 2001 From: heqnx Date: Tue, 15 Jul 2025 19:01:27 +0300 Subject: revereted to old svc users, running websql with svc_mssql and svc_iis --- ansible/scripts/setup-mssql.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ansible/scripts/setup-mssql.ps1') diff --git a/ansible/scripts/setup-mssql.ps1 b/ansible/scripts/setup-mssql.ps1 index 0be1575..f7bcf3b 100644 --- a/ansible/scripts/setup-mssql.ps1 +++ b/ansible/scripts/setup-mssql.ps1 @@ -1,7 +1,7 @@ param ( [string]$DomainName = "contoso.com", - [string]$SvcUsername = "svc_mssql01", + [string]$SvcUsername = "svc_mssql02", [string]$SvcPassword = "Svc1234!" ) $scriptName = $MyInvocation.MyCommand.Name @@ -87,4 +87,4 @@ try { } New-NetFirewallRule -DisplayName "SQLServer default instance" -Direction Inbound -LocalPort 1433 -Protocol TCP -Action Allow -Stop-Transcript \ No newline at end of file +Stop-Transcript -- cgit v1.2.3