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-link.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-link.ps1')
-rw-r--r-- | ansible/scripts/setup-mssql-link.ps1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ansible/scripts/setup-mssql-link.ps1 b/ansible/scripts/setup-mssql-link.ps1 index db1e76c..614bd67 100644 --- a/ansible/scripts/setup-mssql-link.ps1 +++ b/ansible/scripts/setup-mssql-link.ps1 @@ -1,6 +1,6 @@ param ( - [string]$LinkServer = "mssql01" + [string]$LinkServer = "websql01" ) $scriptName = $MyInvocation.MyCommand.Name $logFile = "C:\Logs\${scriptName}_log.txt" @@ -15,4 +15,4 @@ try { } catch { Write-Host "[err] Failed to link $LinkServer to mssql02" } -Stop-Transcript
\ No newline at end of file +Stop-Transcript |