diff options
author | heqnx <root@heqnx.com> | 2025-07-15 19:01:27 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-07-15 19:01:27 +0300 |
commit | e0d72ff69004820c4dc5ce9f8366510e098d0b6b (patch) | |
tree | a210220ef3dfca3b16118838791391b09a6e2c04 /ansible/scripts/setup-mssql.ps1 | |
parent | afa9c1b8a55fec586f894275954359b80ca1be20 (diff) | |
download | ansible-active-directory-range-e0d72ff69004820c4dc5ce9f8366510e098d0b6b.tar.gz ansible-active-directory-range-e0d72ff69004820c4dc5ce9f8366510e098d0b6b.zip |
revereted to old svc users, running websql with svc_mssql and svc_iis
Diffstat (limited to 'ansible/scripts/setup-mssql.ps1')
-rw-r--r-- | ansible/scripts/setup-mssql.ps1 | 4 |
1 files changed, 2 insertions, 2 deletions
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 |