wsusutil postinstall connect to SQL database credentials

0

I'm trying to connect a fresh copy of WSUS to a remote SQL database. I connect to the WSUS through RDP, open powershell as my domain admin profile and run the following command:

WsusUtil.exe postinstall SQL_INSTANCE_NAME="myservername" Content_dir=e:\wsus

The error I get is "Login failed for user 'myDomainAdminAccount, that I'm logged on the server through RDP'". I have created an account on the SQL server that I want to use with the WSUS server. The question is how can I specify that account to the WSUS to log in to the SQL database with?

badsector

Posted 2019-03-06T15:18:40.933

Reputation: 1

No answers